Skip to content

Commit

Permalink
fix symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Aug 21, 2023
1 parent c5f45a2 commit 1728a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:

- name: Copy SuperTux Android project files
run: |
ln -s ../../../ supertux
ln -s . build.android/app/jni/supertux
cp -r -f ./mk/android/* ./build.android/
- name: Set up JDK 20
Expand Down

0 comments on commit 1728a3e

Please sign in to comment.