Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
xandaaah authored Dec 2, 2023
1 parent bf13ae0 commit 47c25c7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -8,6 +8,7 @@ permissions:
jobs:
build:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v3
- name: Set up JDK 8
@@ -24,6 +25,8 @@ jobs:
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*') }}
restore-keys: ${{ runner.os }}-gradle-
- name: Set up workspace
run: ./gradlew setupDecompWorkspace
- name: Build with Gradle
run: ./gradlew build
env:

0 comments on commit 47c25c7

Please sign in to comment.