Skip to content

Commit 2b6823a

Browse files
committed
remove cache between builds
1 parent dd7ed84 commit 2b6823a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,13 @@ jobs:
6464
cmd: make windows_arm64_gui
6565
out: out/windows_arm64_gui/yarr.exe
6666
- name: Build amd64 gui
67-
if: false
6867
uses: ./.github/actions/prepare
6968
with:
7069
id: windows_amd64_gui
7170
cmd: make windows_amd64_gui
7271
out: out/windows_amd64_gui/yarr.exe
72+
- name: Remove cache
73+
run: go clean -x -cache
7374
- name: Build arm64
7475
uses: ./.github/actions/prepare
7576
with:

0 commit comments

Comments
 (0)