We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7715b7 commit a5bc08cCopy full SHA for a5bc08c
.github/workflows/ci.yml
@@ -89,7 +89,7 @@ jobs:
89
architecture: x64
90
91
- name: Install cross compilation toolchain (musl)
92
- if: ${{ endsWith(matrix.config.target, "-musl") }}
+ if: endsWith(matrix.config.target, "-musl")
93
run: rustup target add ${{ matrix.config.target }}
94
95
- name: Install cross compilation toolchain
0 commit comments