Skip to content

Commit

Permalink
Fix android-release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
louwers committed Sep 6, 2024
1 parent 082e406 commit df5d728
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ jobs:
BUILDTYPE: Release
IS_LOCAL_DEVELOPMENT: false
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Map renderer input
id: backend_lowercase
run: |
Expand All @@ -32,11 +37,6 @@ jobs:
echo "backend_lowercase=vulkan" >> "$GITHUB_ENV"
fi
- uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- run: echo "cmake.dir=$(dirname "$(dirname "$(command -v cmake)")")" >> local.properties

- uses: actions/setup-java@v4
Expand Down

0 comments on commit df5d728

Please sign in to comment.