Skip to content

Commit

Permalink
win gnu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
pyroraptor07 committed Oct 30, 2022
1 parent b6b5cbf commit 770f0d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,16 +150,16 @@ jobs:
runs-on: windows-latest
steps:
- name: "Install the stable GNU Rust toolchain"
run: rustup toolchain install stable-x86_64-pc-windows-gnu
run: rustup toolchain install stable-gnu

- name: "Checkout"
uses: actions/checkout@v3

- name: "Run HTTP test"
run: cargo test --no-default-features --features ${{ matrix.features }} --no-fail-fast http_logs_from_pub --target x86_64-pc-windows-gnu
run: cargo +stable-gnu test --no-default-features --features ${{ matrix.features }} --no-fail-fast http_logs_from_pub

- name: "Build with release profile"
run: cargo build --release --no-default-features --features ${{ matrix.features }} --target x86_64-pc-windows-gnu
run: cargo +stable-gnu build --release --no-default-features --features ${{ matrix.features }}

os_compat_win-msvc_openssl:
needs: test_suite
Expand Down

0 comments on commit 770f0d3

Please sign in to comment.