From cb2b0e8ffedda5c0f7e134d3289cea9b24dd39b4 Mon Sep 17 00:00:00 2001 From: Logan Jones Date: Mon, 14 Apr 2025 17:25:18 -0500 Subject: [PATCH] added dependencies step --- .github/workflows/wails.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/wails.yml b/.github/workflows/wails.yml index 958bc23..68cf33a 100644 --- a/.github/workflows/wails.yml +++ b/.github/workflows/wails.yml @@ -34,6 +34,13 @@ jobs: with: submodules: recursive + - name: Dependencies + uses: ConorMacBride/install-package@v1 + with: + brew: pnpm + choco: pnpm + apt: pnpm alsa + - name: Build wails uses: dAppServer/wails-build-action@main id: build