Skip to content

Commit

Permalink
Differentiate by cross config
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksongoode committed Jul 6, 2024
1 parent e31ef51 commit 82f9f74
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,8 @@ jobs:

- name: Setup Rust Cache
uses: Swatinem/rust-cache@v2

- name: Cache Docker images.
uses: ScribeMD/docker-cache@0.5.0
with:
key: docker-${{ runner.os }}-${{ hashFiles('Cross.toml') }}
key: ${{ hashFiles('Cross.toml') }}

- name: Install Cross
if: runner.os == 'Linux'
Expand Down

0 comments on commit 82f9f74

Please sign in to comment.