Update Windows build workflow
Some checks failed
Build / download-system-deps (push) Successful in 53s
Build / build-gentoo (push) Failing after 2m22s
Build / get-source-code (push) Successful in 3m53s
Build / build-appimage (push) Successful in 40s
Build / build-android (push) Successful in 10m36s
Build / build-windows (push) Failing after 4m15s
Some checks failed
Build / download-system-deps (push) Successful in 53s
Build / build-gentoo (push) Failing after 2m22s
Build / get-source-code (push) Successful in 3m53s
Build / build-appimage (push) Successful in 40s
Build / build-android (push) Successful in 10m36s
Build / build-windows (push) Failing after 4m15s
This commit is contained in:
parent
1563acbd83
commit
e2433e6d85
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
- name: Download and cache system dependencies
|
- name: Download and cache system dependencies
|
||||||
uses: https://complecwaft.com/catmeow/cache-apt-pkgs-action@latest
|
uses: https://complecwaft.com/catmeow/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: zstd cmake build-essential python3 python3-pip python3-venv wget gcc-mingw-w64 g++-mingw-w64 ninja-build binutils-mingw-w64-x86-64
|
packages: zstd cmake build-essential python3 python3-pip python3-venv wget gcc-mingw-w64 g++-mingw-w64 ninja-build binutils-mingw-w64
|
||||||
version: 1.0
|
version: 1.0
|
||||||
get-source-code:
|
get-source-code:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -137,7 +137,7 @@ jobs:
|
||||||
- name: Download and cache system dependencies
|
- name: Download and cache system dependencies
|
||||||
uses: https://complecwaft.com/catmeow/cache-apt-pkgs-action@latest
|
uses: https://complecwaft.com/catmeow/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: zstd cmake build-essential gcc-mingw-w64 g++-mingw-w64 ninja-build binutils-mingw-w64-x86-64
|
packages: zstd cmake build-essential gcc-mingw-w64 g++-mingw-w64 ninja-build binutils-mingw-w64
|
||||||
version: 1.0
|
version: 1.0
|
||||||
- name: Download repository code
|
- name: Download repository code
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
|
|
Loading…
Reference in a new issue