Skip to content

Commit

Permalink
Remove windows build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kmturley committed Sep 19, 2024
1 parent 97f7c99 commit b909053
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ jobs:
node build/validate.js $file
done
- name: Set up Go
uses: actions/setup-go@v4

- name: Build
run: |
GOOS=windows GOARCH=386 go build -o ./ghaction-virustotal-win32.exe -v -ldflags "-s -w"
GOOS=windows GOARCH=amd64 go build -o ./ghaction-virustotal-win64.exe -v -ldflags "-s -w"
- name: VirusTotal Scan
uses: crazy-max/ghaction-virustotal@v4
with:
Expand Down

0 comments on commit b909053

Please sign in to comment.