Skip to content

Commit

Permalink
Bump taiki-e/setup-cross-toolchain-action from 1.23.2 to 1.26.0
Browse files Browse the repository at this point in the history
Bumps [taiki-e/setup-cross-toolchain-action](https://github.com/taiki-e/setup-cross-toolchain-action) from 1.23.2 to 1.26.0.
- [Release notes](https://github.com/taiki-e/setup-cross-toolchain-action/releases)
- [Changelog](https://github.com/taiki-e/setup-cross-toolchain-action/blob/main/CHANGELOG.md)
- [Commits](taiki-e/setup-cross-toolchain-action@v1.23.2...v1.26.0)

---
updated-dependencies:
- dependency-name: taiki-e/setup-cross-toolchain-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent a1a7697 commit ce2ec4a
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.23.2
uses: taiki-e/setup-cross-toolchain-action@v1.26.0
if: ${{ matrix.target }} != 'x86_64-unknown-linux-gnu'
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit ce2ec4a

Please sign in to comment.