Skip to content

Commit

Permalink
ci: disable setup-cross-toolchain for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
lukexor committed Jun 4, 2024
1 parent 5c73b48 commit 9b579c0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ jobs:
# target is managed by build-artifacts already
#
# Windows/macOS just run `rustup add` since the CI runners support cross-compiling
- if: ${{ !startsWith(matrix.target, 'wasm32') }}
# Linux relies on `cross`
- if: ${{ !startsWith(matrix.os, 'ubuntu') }}
uses: taiki-e/setup-cross-toolchain-action@v1
with:
target: ${{ matrix.target }}
Expand Down

0 comments on commit 9b579c0

Please sign in to comment.