Skip to content

Commit

Permalink
further
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jul 22, 2023
1 parent 4e9d357 commit 33856db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,9 @@ jobs:
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.69.0
toolchain: 1.67.0
- run: rustup set default-host x86_64-pc-windows-gnu
- run: cargo --version
- run: make loadable static target=x86_64-pc-windows-gnu
env:
RUSTFLAGS: "--print=native-static-libs --print=link-args"
Expand Down

0 comments on commit 33856db

Please sign in to comment.