Skip to content

Commit

Permalink
test: Add lua unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwtw committed May 25, 2024
1 parent 0d53629 commit 0d45a8e
Show file tree
Hide file tree
Showing 9 changed files with 576 additions and 355 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ jobs:
with:
apt: libpango1.0-dev libgtk-4-dev

- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.4"
run: echo ".lua/bin" >> $GITHUB_ENV

- uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"
Expand Down
Loading

0 comments on commit 0d45a8e

Please sign in to comment.