Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
crc-32 authored Oct 19, 2021
1 parent bcb57da commit 6188482
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,14 @@ jobs:
runs-on: macos-latest

steps:
- name: Cache build deps
uses: actions/cache@v2
with:
path: |
~/.gradle/wrapper
~/.konan/cache
~/.konan/dependencies
- name: Checkout source
uses: actions/checkout@v1
- name: Build
run: ./gradlew build
run: ./gradlew build

0 comments on commit 6188482

Please sign in to comment.