Skip to content

Commit

Permalink
add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
littledivy committed Feb 28, 2024
1 parent c7715b7 commit a5bc08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -89,7 +89,7 @@ jobs:
architecture: x64

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

- name: Install cross compilation toolchain
Expand Down

0 comments on commit a5bc08c

Please sign in to comment.