Skip to content

Commit

Permalink
Use env instead of env var format
Browse files Browse the repository at this point in the history
  • Loading branch information
novafacing committed Dec 6, 2024
1 parent f194e71 commit 250311e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
with:
msystem: UCRT64
update: true
install: git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-qemu=${QEMU_VERSION}
install: git mingw-w64-ucrt-x86_64-gcc mingw-w64-ucrt-x86_64-qemu=${{ env.QEMU_VERSION }}
location: C:\msys-custom

- name: Download and Install Rust
Expand Down

0 comments on commit 250311e

Please sign in to comment.