Skip to content

Commit

Permalink
Update docker-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Dec 7, 2024
1 parent 9e5d311 commit bd6a14c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
with:
filter: tree:0
fetch-depth: 0
- run: |
rustup target add "${TARGET}"
env:
TARGET: ${{ matrix.platform.target }}
- uses: Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2.7.5
with:
key: ${{ matrix.profile }}-${{ matrix.platform.target }}
Expand Down

0 comments on commit bd6a14c

Please sign in to comment.