Skip to content

Commit

Permalink
Merge pull request #1895 from BishopFox/v1.5.x/unit-tests
Browse files Browse the repository at this point in the history
Remove mingw env vars from workflow
  • Loading branch information
rkervella authored Feb 19, 2025
2 parents 954b502 + 7169bf3 commit ba05d0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,4 @@ jobs:
run: make macos

- name: Test
env:
SLIVER_CC_32: /usr/local/bin/i686-w64-mingw32-gcc
SLIVER_CC_64: /usr/local/bin/x86_64-w64-mingw32-gcc
run: ./sliver-server unpack --force && ./go-tests.sh

0 comments on commit ba05d0a

Please sign in to comment.