Skip to content

Commit

Permalink
~ cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Oct 25, 2024
1 parent b520f09 commit 59c63ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
needs: [ file-changes ]
if: needs.file-changes.outputs.any == 'true'
env:
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.native.cacheKind=none
GRADLE_OPTS: -Dorg.gradle.daemon=false -Dkotlin.native.cacheKind.linux=none
steps:
- uses: msys2/setup-msys2@v2
if: startsWith(matrix.os, 'windows')
Expand Down

0 comments on commit 59c63ce

Please sign in to comment.