Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoalic committed Mar 4, 2024
1 parent af574ba commit 82235e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
7z x SDL2-2.30.0.zip
curl -fsSL -o SDL2_ttf-2.22.0.zip https://github.com/libsdl-org/SDL_ttf/releases/download/release-2.22.0/SDL2_ttf-2.22.0.zip
7z x SDL2_ttf-2.22.0.zip
echo "NDK_MODULE_PATH=${github.workspace}/external" >> $GITHUB_ENV
echo 'NDK_MODULE_PATH=${{github.workspace}}/external' >> $GITHUB_ENV
cd ..
- name: Set Up JDK
uses: actions/setup-java@v3
Expand Down

0 comments on commit 82235e2

Please sign in to comment.