Skip to content

Commit

Permalink
edited go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
system64MC committed May 9, 2023
1 parent 58e3e9d commit 5990c07
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@ jobs:
sudo apt-get update
sudo apt-get install -y libsdl2-dev mingw-w64
go mod download github.com/stretchr/testify
- name: Installing SDL2 deps
run: |
wget https://github.com/libsdl-org/SDL/releases/download/release-2.26.5/SDL2-devel-2.26.5-mingw.tar.gz
tar -xvzf SDL2-devel-2.26.5-mingw.tar.gz
cp -r x86_64-w64-mingw32 /usr
- name: Print PATH
run: echo $PATH
Expand Down

0 comments on commit 5990c07

Please sign in to comment.