Skip to content

Commit

Permalink
Bump taiki-e/setup-cross-toolchain-action from 1.21.0 to 1.23.0 (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 7dab4a6 commit 56ab32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-

- name: Install cross-compilation tools
uses: taiki-e/setup-cross-toolchain-action@v1.21.0
uses: taiki-e/setup-cross-toolchain-action@v1.23.0
if: ${{ matrix.target }} != 'x86_64-unknown-linux-gnu'
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit 56ab32b

Please sign in to comment.