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 d08ebe2 commit fea3fd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
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 SDL2-2.26.5/x86_64-w64-mingw32/* /usr/x86_64-w64-mingw32
sudo cp -r SDL2-2.26.5/x86_64-w64-mingw32/* /usr/x86_64-w64-mingw32
- name: Print PATH
run: echo $PATH
Expand Down

0 comments on commit fea3fd1

Please sign in to comment.