Windows Desktop Client CI #2

Merged
restitux merged 82 commits from bundle into main 2025-12-05 03:58:12 +00:00
Showing only changes of commit fbc68f078b - Show all commits
+3
View File
@@ -55,6 +55,9 @@ jobs:
#- name: Check dioxus project
# run: cargo check -p mumble-web2-gui --features desktop
- name: Pull builder container
run: docker pull git.ohea.xyz/mumble/mumble-web2/windows-release-builder:latest
- name: Bundle dioxus project
run: docker run `
--mount "type=bind,source=${PWD},target=C:\app" `