This commit is contained in:
Brage 2024-01-13 00:27:42 +01:00
parent 852f45d85e
commit 2661828ec3

View File

@ -69,8 +69,8 @@ jobs:
if: steps.cache-gradle.outputs.cache-hit != 'true' || needs.pre-check.outputs.shared == 'true' || github.event_name == 'workflow_dispatch'
run: |
cd shared
chmod +x ./gradlew
./gradlew build
chmod +x ../gradlew
../gradlew build
build-processer: