Skip to content

Commit

Permalink
attempt #2 for windows compile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffA233 committed May 15, 2024
1 parent 7bd2c50 commit 5c67511
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/rust_compile_win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,10 @@ jobs:
for FILE in collision_meshes/**/*.gpg; do
gpg --quiet --batch --yes --decrypt --passphrase="$LARGE_SECRET_PASSPHRASE" --output "${FILE%.gpg}" "$FILE"
done
- name: Setup LLVM
- name: Setup LLVM and cargo build
shell: cmd
run: |
set PATH=%PATH:C:\Program Files\LLVM\bin;=%
- name: Build
run: cargo build --verbose
cargo build --verbose
- name: Run tests
run: cargo test --verbose

0 comments on commit 5c67511

Please sign in to comment.