Skip to content

Commit

Permalink
fix: CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwtw committed May 25, 2024
1 parent 0d45a8e commit 695b8ea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
- uses: leafo/gh-actions-lua@v10
with:
luaVersion: "5.4"
run: echo ".lua/bin" >> $GITHUB_ENV

- name: Add lua 5.4 to PATH
run: |
echo ".lua/bin" >> $GITHUB_PATH
- uses: KyleMayes/install-llvm-action@v1
with:
Expand Down

0 comments on commit 695b8ea

Please sign in to comment.