Skip to content

Commit

Permalink
fix: Convert input.exclude-build to JSON object (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz authored Mar 6, 2024
1 parent ace4df9 commit 4498067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-crates-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
strategy:
fail-fast: false
matrix:
exclude: ${{ inputs.exclude-builds }}
exclude: ${{ fromJson(inputs.exclude-builds) }}
build:
- { target: x86_64-unknown-linux-gnu, os: ubuntu-20.04 }
- { target: x86_64-unknown-linux-musl, os: ubuntu-20.04 }
Expand Down

0 comments on commit 4498067

Please # to comment.