disable windows_amd64_gui temporarily

This commit is contained in:
nkanaev 2025-03-21 10:10:16 +00:00
parent 2c6a5ca971
commit dd7ed84a6c

View File

@ -64,6 +64,7 @@ jobs:
cmd: make windows_arm64_gui cmd: make windows_arm64_gui
out: out/windows_arm64_gui/yarr.exe out: out/windows_arm64_gui/yarr.exe
- name: Build amd64 gui - name: Build amd64 gui
if: false
uses: ./.github/actions/prepare uses: ./.github/actions/prepare
with: with:
id: windows_amd64_gui id: windows_amd64_gui