Skip to content

Commit

Permalink
Try to fix macos-latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 committed Jul 1, 2024
1 parent d94b0f2 commit 491557b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- toolchain: stable-x86_64-apple-darwin
toolchain_nightly: nightly-2024-06-01-x86_64-apple-darwin
os: macos-latest
args: "--features vendored-openssl,vendored-libgit2"
- toolchain: stable-x86_64-unknown-linux-gnu
toolchain_nightly: nightly-2024-06-01-x86_64-unknown-linux-gnu
os: ubuntu-latest
Expand Down Expand Up @@ -58,7 +59,7 @@ jobs:
toolchain: ${{ matrix.toolchain }}

- name: '`cargo test`'
run: cargo test --no-fail-fast --verbose --locked
run: cargo test --no-fail-fast --verbose --locked ${{ matrix.args }}
env:
CARGO_UDEPS_TEST_TOOLCHAIN: ${{ matrix.toolchain_nightly }}

Expand Down

0 comments on commit 491557b

Please sign in to comment.