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 20739a2 commit a90b4d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
shell: bash
run: |
if [ "$RUNNER_OS" == "Windows" ]; then
export SDL2_DIR=${{ github.workspace }}\SDL2\SDL2-2.28.4\cmake
export SDL2_DIR=${{ github.workspace }}\\SDL2\\SDL2-2.28.4\\cmake
ls $SDL2_DIR
echo $SDL2_DIR
fi
Expand Down

0 comments on commit a90b4d0

Please sign in to comment.