Skip to content

Commit

Permalink
fix fix symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
MatusGuy authored Aug 21, 2023
1 parent 1728a3e commit 45cdf59
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 @@ -74,6 +74,7 @@ jobs:
../../../.ci_scripts/clone_dependency.sh SuperTux/sexp-cpp master
../../../.ci_scripts/clone_dependency.sh albertodemichelis/squirrel v3.2
../../../.ci_scripts/clone_dependency.sh SuperTux/tinygettext master
ln -s ../../../ supertux
- name: Cache dependencies
id: cache-dependencies
Expand All @@ -84,7 +85,6 @@ jobs:

- name: Copy SuperTux Android project files
run: |
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 45cdf59

Please sign in to comment.