Skip to content

Commit

Permalink
Try smarter version of actions-rust-cross caching
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Dec 24, 2024
1 parent 005989e commit 5a27e2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
run: sudo apt-get update --yes && sudo apt-get install --yes pkg-config openssl libssl-dev
if: matrix.platform.features == 'native-tls'
- name: Build binary
uses: houseabsolute/actions-rust-cross@v1
uses: houseabsolute/actions-rust-cross@cache-key-refinement
with:
command: "build"
target: ${{ matrix.platform.target }}
Expand All @@ -127,7 +127,7 @@ jobs:
"--locked --release --features ${{ steps.set-features-flag-value.outputs.features }}"
strip: true
- name: Run tests
uses: houseabsolute/actions-rust-cross@v1
uses: houseabsolute/actions-rust-cross@cache-key-refinement
with:
command: "test"
target: ${{ matrix.platform.target }}
Expand Down

0 comments on commit 5a27e2b

Please sign in to comment.