1
0
Fork 0
mirror of synced 2024-05-17 19:03:08 +12:00

Windows CI

This commit is contained in:
Rafał Mikrut 2023-05-12 09:14:59 +02:00
parent 9165773929
commit b1a910ba2e

View file

@ -18,6 +18,8 @@ jobs:
- name: Install additional dependencies
# gio is for the build script
run: dnf install wget2 unzip mingw64-bzip2.noarch mingw64-poppler mingw64-poppler-glib mingw32-python3 rust-gio-devel adwaita-icon-theme -y && dnf clean all -y
- name: Setup rust version
run: rustup default x86_64-pc-windows-gnu
- name: Cache ~/.cargo
uses: actions/cache@v1
with:
@ -68,7 +70,7 @@ jobs:
if-no-files-found: error
# Provide option to log things to windows CLI
container_cli:
container_console_window:
runs-on: ubuntu-22.04
container:
image: ghcr.io/piegamesde/gtk4-cross:gtk-4.8
@ -77,6 +79,8 @@ jobs:
- name: Install additional dependencies
# gio is for the build script
run: dnf install wget2 unzip mingw64-bzip2.noarch mingw64-poppler mingw64-poppler-glib mingw32-python3 rust-gio-devel adwaita-icon-theme -y && dnf clean all -y
- name: Setup rust version
run: rustup default x86_64-pc-windows-gnu
- name: Cache ~/.cargo
uses: actions/cache@v1
with: