mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-04-23 23:39:14 +00:00
Fix the build
This commit is contained in:
parent
aec639cc53
commit
cf63f5bef2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-app-workflow.yaml
vendored
2
.github/workflows/build-app-workflow.yaml
vendored
|
@ -7,6 +7,6 @@ jobs:
|
||||||
- name: Checkout the code
|
- name: Checkout the code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
- name: Validate Gradle wrapper
|
- name: Validate Gradle wrapper
|
||||||
uses: gradle/wrapper-validation-action@e2c57acffb2c9aa5a8dc6eda2bbae0b6e495bd4c
|
uses: gradle/wrapper-validation-action@e6e38bacfdf1a337459f332974bb2327a31aaf4b
|
||||||
- name: Build the app
|
- name: Build the app
|
||||||
run: ./gradlew build
|
run: ./gradlew build
|
||||||
|
|
Loading…
Add table
Reference in a new issue