Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ jobs:

- name: "`grcov` ~ install"
if: ${{ ! matrix.no_coverage }}
run: cargo install grcov
run: cargo install --locked grcov

- name: Create config for testing
if: ${{ ! matrix.no_coverage }}
Expand Down Expand Up @@ -282,7 +282,7 @@ jobs:
if: ${{ !matrix.container }}

- name: Build
run: cargo build --locked --release --bin ${{ matrix.binary || 'sccache' }} --target ${{ matrix.target }} --features=openssl/vendored ${{ matrix.extra_args }}
run: cargo build --locked --release --bin ${{ matrix.binary || 'sccache' }} --target ${{ matrix.target }} ${{ matrix.extra_args }}
env:
MACOSX_DEPLOYMENT_TARGET: ${{ matrix.macosx_deployment_target }}
DEVELOPER_DIR: ${{ matrix.developer_dir }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ jobs:
target: $TARGET

- name: Build
run: cargo build --bin sccache --target $env:TARGET --features=vendored-openssl
run: cargo build --bin sccache --target $env:TARGET

- name: Compile MSVC (no cache)
shell: bash
Expand Down
Loading
Loading