We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6083f commit b5abd2eCopy full SHA for b5abd2e
.github/workflows/main.yml
@@ -70,7 +70,7 @@ jobs:
70
with:
71
fetch-depth: 1
72
- name: Validate the Gradle wrapper
73
- uses: gradle/wrapper-validation-action@v2
+ uses: gradle/actions/wrapper-validation@v3
74
- name: Build
75
run: |
76
./gradlew -PuseCommitHashAsVersionName=true --no-daemon -PbuildNativeProjects=true \
@@ -124,7 +124,7 @@ jobs:
124
path: build/native
125
126
127
128
- name: Build Engine
129
shell: bash
130
0 commit comments