From 42a8643e8e4a92abe024beabbfc539a59c39f2e8 Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 2 Dec 2025 22:04:10 -0700 Subject: [PATCH] turn windows build back on --- .gitea/workflows/build-release.yaml | 25 ++++--------------------- 1 file changed, 4 insertions(+), 21 deletions(-) diff --git a/.gitea/workflows/build-release.yaml b/.gitea/workflows/build-release.yaml index fa79b1d..3664af6 100644 --- a/.gitea/workflows/build-release.yaml +++ b/.gitea/workflows/build-release.yaml @@ -1,5 +1,5 @@ name: Build Mumble Web 2 -on: [workflow_dispatch] +on: [push] jobs: linux_build: @@ -45,31 +45,14 @@ jobs: windows_build: runs-on: windows container: - image: git.ohea.xyz/mumble/mumbl-web2/windows-release-builder:latest + image: git.ohea.xyz/mumble/mumble-web2/windows-release-builder:latest steps: - name: Checkout uses: actions/checkout@v5 - - name: Install rust - uses: dtolnay/rust-toolchain@stable - with: - toolchain: stable + #- uses: Swatinem/rust-cache@v2 - - name: Install cargo binstall - shell: powershell - run: Set-ExecutionPolicy Unrestricted -Scope Process; iex (iwr "https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.ps1").Content - - - name: Install dioxus-cli - run: cargo binstall dioxus-cli --version 0.7.1 - - - uses: jwlawson/actions-setup-cmake@v2 - with: - cmake-version: "4.2.0" - github-api-token: "" - - - uses: Swatinem/rust-cache@v2 - - - uses: ilammy/msvc-dev-cmd@v1 + #- uses: ilammy/msvc-dev-cmd@v1 #- name: Check dioxus project # run: cargo check -p mumble-web2-gui --features desktop