Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
super-continent committed Dec 14, 2024
2 parents 416987f + 7041fdc commit 9b635b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Install Toolchain
run: rustup install nightly-i686-pc-windows-msvc
run: rustup install nightly-2024-11-22-i686-pc-windows-msvc
- name: Build
run: cargo +nightly-i686-pc-windows-msvc build --release --verbose
run: cargo +nightly-2024-11-22-i686-pc-windows-msvc build --release --verbose
- name: Run tests
run: cargo +nightly-i686-pc-windows-msvc test --verbose
run: cargo +nightly-2024-11-22-i686-pc-windows-msvc test --verbose
- name: Archive build artifacts
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 9b635b9

Please sign in to comment.