Skip to content

Commit

Permalink
Update cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
r41k0u authored Oct 11, 2023
1 parent 3b35f38 commit 351508c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,10 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
curl -L -O https://www.libsdl.org/release/SDL2-devel-2.28.4-VC.zip
7z x SDL2-devel-2.28.4-VC.zip -oSDL2
ls SDL2/SDL2-2.28.4/cmake
echo "SDL2_DIR=${{ github.workspace }}\SDL2\SDL2-2.0.14" >> $GITHUB_ENV
echo "SDL2_LIB=${{ github.workspace }}\SDL2\SDL2-2.0.14\lib\x64" >> $GITHUB_ENV
echo "SDL2_INCLUDE=${{ github.workspace }}\SDL2\SDL2-2.0.14\include" >> $GITHUB_ENV
echo $SDL2_DIR
fi
- name: build
Expand Down

0 comments on commit 351508c

Please sign in to comment.