Skip to content

Commit

Permalink
fix(infra): fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
Remigiusz Godowicz committed Sep 13, 2020
1 parent c4b8cae commit 4ecf85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
target: ${{ matrix.target }}

- name: Install musl-tools
if: matrix.target == "x86_64-unknown-linux-musl"
if: matrix.target == 'x86_64-unknown-linux-musl'
run: sudo apt-get install -y --no-install-recommends musl-tools

- name: Build release binary
Expand Down

0 comments on commit 4ecf85d

Please sign in to comment.