Skip to content

Commit

Permalink
Update rust.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pawarherschel authored Mar 23, 2024
1 parent eefc508 commit 1c9a683
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install mingw
run: sudo apt-get install -y mingw-w64
- name: Switch to nightly
run: rustup default nightly
- name: Install x86_64-pc-windows-gnu
run: rustup target add x86_64-pc-windows-gnu
- name: Install x86_64-pc-windows-msvc
Expand All @@ -42,4 +44,4 @@ jobs:
files: './.github/workflows/target/x86_64-pc-windows-gnu/release/*.exe'

- name: dbg
run: pwd && ls -la && find . -name *.exe -exec echo {} \;
run: pwd && ls -la && find . -name *.exe -exec echo {} \;

0 comments on commit 1c9a683

Please sign in to comment.