Fix missing dlltool for Windows build
Some checks failed
Build / download-system-deps (push) Successful in 44s
Build / build-gentoo (push) Successful in 1m11s
Build / get-source-code (push) Successful in 1m55s
Build / build-appimage (push) Successful in 28s
Build / build-android (push) Successful in 10m11s
Build / build-windows (push) Failing after 3m56s

This commit is contained in:
Zachary Hall 2024-10-21 08:32:18 -07:00
parent 1814ec96e7
commit 67941a0907

View file

@ -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 packages: zstd cmake build-essential python3 python3-pip python3-venv wget gcc-mingw-w64 g++-mingw-w64 ninja-build binutils-mingw-w64-x86_64
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 packages: zstd cmake build-essential gcc-mingw-w64 g++-mingw-w64 ninja-build binutils-mingw-w64-x86_64
version: 1.0 version: 1.0
- name: Download repository code - name: Download repository code
uses: actions/download-artifact@v3 uses: actions/download-artifact@v3