From 12ef8146accd75f48a342a121195b281e97188b4 Mon Sep 17 00:00:00 2001 From: Lane Rettig Date: Thu, 4 May 2023 17:34:17 -0400 Subject: [PATCH] Update release.yml Quotation marks ftw --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99b2c45..5025696 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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