CI: Fix Windows build
This commit is contained in:
parent
a5a72cd7ec
commit
2534e6f5d4
|
@ -74,7 +74,6 @@ jobs:
|
||||||
call update_rc_version.bat
|
call update_rc_version.bat
|
||||||
cd ..\..
|
cd ..\..
|
||||||
git update-index --assume-unchanged src/duckstation-qt/duckstation-qt.rc
|
git update-index --assume-unchanged src/duckstation-qt/duckstation-qt.rc
|
||||||
git update-index --assume-unchanged src/duckstation-nogui/duckstation-nogui.rc
|
|
||||||
|
|
||||||
- name: Compile x64 release build
|
- name: Compile x64 release build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
@ -166,7 +165,6 @@ jobs:
|
||||||
call update_rc_version.bat
|
call update_rc_version.bat
|
||||||
cd ..\..
|
cd ..\..
|
||||||
git update-index --assume-unchanged src/duckstation-qt/duckstation-qt.rc
|
git update-index --assume-unchanged src/duckstation-qt/duckstation-qt.rc
|
||||||
git update-index --assume-unchanged src/duckstation-nogui/duckstation-nogui.rc
|
|
||||||
|
|
||||||
- name: Compile arm64 release build
|
- name: Compile arm64 release build
|
||||||
shell: cmd
|
shell: cmd
|
||||||
|
|
Loading…
Reference in New Issue