Skip to content

Commit

Permalink
Disable Gradle cache for a while
Browse files Browse the repository at this point in the history
  • Loading branch information
NorseDreki committed Jan 23, 2024
1 parent c93a9a3 commit bc67274
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
os: [ ubuntu-latest ]
runs-on: ${{ matrix.os }}

steps:
Expand All @@ -30,16 +30,6 @@ jobs:
sudo apt-get install libncurses-dev
fi
- name: Cache Gradle dependencies
uses: actions/cache@v2
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: Install Kotlin
uses: sdkman/sdkman-action@master
with:
Expand Down Expand Up @@ -69,6 +59,7 @@ jobs:
ls -la /usr/local/opt/ncurses/include
ls -la build/classes/kotlin/native/main/cinterop/
ls -la build/classes/kotlin/native/main/cinterop/dogcat-cinterop-ncurses.klib-build/
continue-on-error: true


- name: Archive production artifacts
Expand Down

0 comments on commit bc67274

Please sign in to comment.