Skip to content

Commit

Permalink
Merge pull request #1628 from Goooler/use-more-gba
Browse files Browse the repository at this point in the history
Use more gradle-build-action
  • Loading branch information
arnaudgiuliani committed Aug 4, 2023
2 parents 08fc99f + fa6b157 commit 6da76fa
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,14 +110,9 @@ jobs:
with:
distribution: 'zulu'
java-version: 11

- name: Cache build tooling
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.konan
key: ${{ runner.os }}-v1-${{ hashFiles('*.gradle.kts') }}

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Run Core
run: cd core && ../gradlew macosX64Test --no-daemon --stacktrace
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Install Core
run: cd core && ./install.sh

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Install Core
run: cd core && ./install.sh

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Install Core
run: cd core && ./install.sh

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-ktor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Install Core
run: cd core && ./install.sh

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release-plugins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
distribution: 'zulu'
java-version: 11

- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Install Core
run: cd core && ./install.sh

Expand Down

0 comments on commit 6da76fa

Please sign in to comment.