Switch to downloading prebuilt release artifacts instead of a submodule

This commit is contained in:
Cameron Gutman
2026-05-03 20:55:07 -05:00
parent f222aa7985
commit 453435f916
12 changed files with 111 additions and 98 deletions
+4
View File
@@ -34,6 +34,10 @@ jobs:
submodules: 'recursive'
fetch-depth: 1
- name: Download dependencies (Windows)
if: runner.os == 'Windows'
run: powershell ./setup-deps.ps1
- name: Install create-dmg (macOS)
if: runner.os == 'macOS'
run: |