mirror of
https://github.com/nkanaev/yarr.git
synced 2025-09-13 09:55:36 +00:00
remove cache between builds
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@@ -64,12 +64,13 @@ jobs:
|
||||
cmd: make windows_arm64_gui
|
||||
out: out/windows_arm64_gui/yarr.exe
|
||||
- name: Build amd64 gui
|
||||
if: false
|
||||
uses: ./.github/actions/prepare
|
||||
with:
|
||||
id: windows_amd64_gui
|
||||
cmd: make windows_amd64_gui
|
||||
out: out/windows_amd64_gui/yarr.exe
|
||||
- name: Remove cache
|
||||
run: go clean -x -cache
|
||||
- name: Build arm64
|
||||
uses: ./.github/actions/prepare
|
||||
with:
|
||||
|
Reference in New Issue
Block a user