From b1a910ba2e6c7dc4520cb2ede9272100f66e7fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Mikrut?= Date: Fri, 12 May 2023 09:14:59 +0200 Subject: [PATCH] Windows CI --- .github/workflows/windows.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f0ae376..c5bae59 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -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: