Skip to content

Commit a26aa8c

Browse files
authoredMar 3, 2024
Merge pull request #44 from goark/develop
Remove installing syft in build.yml
2 parents 3391b01 + ded9b70 commit a26aa8c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jobs:
2222
uses: actions/setup-go@v3
2323
with:
2424
go-version-file: 'go.mod'
25-
- name: install syft
26-
run: go install github.com/anchore/syft/cmd/syft@latest
2725
-
2826
name: Run GoReleaser
2927
uses: goreleaser/goreleaser-action@v4

0 commit comments

Comments
 (0)