Skip to content

Commit a5bc08c

Browse files
committed
add workflow
1 parent c7715b7 commit a5bc08c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
architecture: x64
9090

9191
- name: Install cross compilation toolchain (musl)
92-
if: ${{ endsWith(matrix.config.target, "-musl") }}
92+
if: endsWith(matrix.config.target, "-musl")
9393
run: rustup target add ${{ matrix.config.target }}
9494

9595
- name: Install cross compilation toolchain

0 commit comments

Comments
 (0)