turn windows build back on
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Build Mumble Web 2
|
name: Build Mumble Web 2
|
||||||
on: [workflow_dispatch]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
linux_build:
|
linux_build:
|
||||||
@@ -45,31 +45,14 @@ jobs:
|
|||||||
windows_build:
|
windows_build:
|
||||||
runs-on: windows
|
runs-on: windows
|
||||||
container:
|
container:
|
||||||
image: git.ohea.xyz/mumble/mumbl-web2/windows-release-builder:latest
|
image: git.ohea.xyz/mumble/mumble-web2/windows-release-builder:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v5
|
uses: actions/checkout@v5
|
||||||
|
|
||||||
- name: Install rust
|
#- uses: Swatinem/rust-cache@v2
|
||||||
uses: dtolnay/rust-toolchain@stable
|
|
||||||
with:
|
|
||||||
toolchain: stable
|
|
||||||
|
|
||||||
- name: Install cargo binstall
|
#- uses: ilammy/msvc-dev-cmd@v1
|
||||||
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
|
|
||||||
|
|
||||||
#- name: Check dioxus project
|
#- name: Check dioxus project
|
||||||
# run: cargo check -p mumble-web2-gui --features desktop
|
# run: cargo check -p mumble-web2-gui --features desktop
|
||||||
|
|||||||
Reference in New Issue
Block a user