mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 06:42:05 +01:00
Disable cache in preview workflow
This commit is contained in:
1
.github/workflows/Preview.yml
vendored
1
.github/workflows/Preview.yml
vendored
@@ -78,6 +78,7 @@ jobs:
|
|||||||
if: ${{ matrix.runtime != 'linux-centos-x64' }}
|
if: ${{ matrix.runtime != 'linux-centos-x64' }}
|
||||||
uses: gradle/gradle-build-action@v2
|
uses: gradle/gradle-build-action@v2
|
||||||
with:
|
with:
|
||||||
|
cache-disabled: true
|
||||||
arguments: >
|
arguments: >
|
||||||
${{ matrix.build }}
|
${{ matrix.build }}
|
||||||
-Pcompose.desktop.mac.sign=true
|
-Pcompose.desktop.mac.sign=true
|
||||||
|
|||||||
Reference in New Issue
Block a user