Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sbwtw committed May 25, 2024
1 parent b4ea691 commit f066371
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ jobs:
with:
luaVersion: "5.4"

- name: Add lua 5.4 to PATH
run: |
echo ".lua/bin" >> $GITHUB_PATH
- uses: KyleMayes/install-llvm-action@v1
with:
version: "17.0"
Expand All @@ -38,6 +34,11 @@ jobs:
env:
LLVM_SYS_170_PREFIX: ${{ runner.temp }}/llvm-17
- name: Run tests
run: cargo test --verbose
run: |
echo $PATH
pwd
la -lah
lua --version
cargo test --verbose
env:
LLVM_SYS_170_PREFIX: ${{ runner.temp }}/llvm-17

0 comments on commit f066371

Please sign in to comment.