Skip to content

Commit 552ca67

Browse files
authored
remove extraneous } from third-party.yaml (#1522)
Signed-off-by: Evan Gibler <20933572+egibs@users.noreply.github.com>
1 parent 3d76fc9 commit 552ca67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/third-party.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install dependencies
4242
run: |
4343
apk update
44-
apk add bash curl findutils gcc gh git gnutar "${GO_RELEASE}"} make nodejs perl pkgconf upx xz "yara-x~${YARA_X_RELEASE}"
44+
apk add bash curl findutils gcc gh git gnutar "${GO_RELEASE}" make nodejs perl pkgconf upx xz "yara-x~${YARA_X_RELEASE}"
4545
- uses: chainguard-dev/actions/setup-gitsign@c69a264ec2a5934c3186c618f368fc1c86f16cff # main
4646
- name: Set up Octo-STS
4747
uses: octo-sts/action@f603d3be9d8dd9871a265776e625a27b00effe05 # v1.1.1

0 commit comments

Comments
 (0)