Skip to content

Commit

Permalink
trimmed too much
Browse files Browse the repository at this point in the history
Signed-off-by: Martmists <[email protected]>
  • Loading branch information
Martmists-GH committed Jul 18, 2024
1 parent 1d0c9a0 commit 61fc3fe
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v2
with:
java-version: '21'
distribution: 'adopt'
cache: 'gradle'

- uses: actions/cache@v3
with:
path: ~/.konan
Expand Down

0 comments on commit 61fc3fe

Please sign in to comment.