Skip to content

Commit

Permalink
fix workflow typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jpopesculian committed Mar 4, 2024
1 parent 6b27cf9 commit 69eba98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
runs-on: ${{ matrix.platform.os }}
steps:
- name: Add musl tools to Ubuntu
if: ${{ startsWith(matrix.platform.os, "ubuntu") }}
if: startsWith(matrix.platform.os, 'ubuntu')
run: apt-get install -y musl-dev musl-tools
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit 69eba98

Please sign in to comment.