Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
Quotation marks ftw
  • Loading branch information
lrettig authored May 4, 2023
1 parent e50eb45 commit 12ef814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go-version: ${{ env.go-version }}
- name: Install musl
# only run on GH-hosted runner; self-hosted runner already has the package
if: matrix.name == "linux-amd64"
if: matrix.name == 'linux-amd64'
uses: awalsh128/cache-apt-pkgs-action@v1
with:
packages: musl-tools # provides musl-gcc
Expand Down

0 comments on commit 12ef814

Please sign in to comment.