remove --verbose from dx bundle and comment out cargo check
Build Mumble Web 2 / linux_build (push) Successful in 1m42s
Build Mumble Web 2 / windows_build (push) Failing after 3m7s

This commit is contained in:
2025-11-30 15:16:24 -07:00
parent c821b54505
commit a76ca3a9a5
+3 -3
View File
@@ -64,11 +64,11 @@ jobs:
- uses: ilammy/msvc-dev-cmd@v1
- name: Check dioxus project
run: cargo check -p mumble-web2-gui --features desktop
#- name: Check dioxus project
# run: cargo check -p mumble-web2-gui --features desktop
- name: Bundle dioxus project
run: dx bundle --trace --verbose -p mumble-web2-gui --release --windows
run: dx bundle --trace -p mumble-web2-gui --release --windows
- name: Upload mumble-web2-gui Windows Artifact
uses: https://gitea.com/actions/gitea-upload-artifact@v4