Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/ship.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ jobs:
strategy:
matrix:
include:
- runner: ubuntu-latest
- runner: ubuntu-20.04
target: x86_64-unknown-linux-gnu
- runner: ubuntu-latest
- runner: ubuntu-20.04
target: aarch64-unknown-linux-gnu
linux-packages: gcc-aarch64-linux-gnu
linker: /usr/bin/aarch64-linux-gnu-gcc
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

- uses: Swatinem/rust-cache@v2
with:
shared-key: "build" # share the cache across jobs
shared-key: "build-${matrix.runner}" # share the cache across jobs

- name: build the CLI
run: |
Expand Down