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 81df801 commit 6236394
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
if [ "$RUNNER_OS" == "Windows" ]; then
curl -L -O https://www.libsdl.org/release/SDL2-devel-2.0.14-VC.zip
7z x SDL2-devel-2.0.14-VC.zip -oSDL2
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
ls $SDL2_DIR
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
ls SDL2/SDL2-2.0.14/
fi
- name: build
Expand Down

0 comments on commit 6236394

Please sign in to comment.