From 1197d93061e117a72ae74682991299353333986e Mon Sep 17 00:00:00 2001 From: Negar Abbasi Date: Wed, 17 Jul 2024 17:37:25 +1000 Subject: [PATCH] test ci --- .github/actions/build-windows/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/build-windows/action.yaml b/.github/actions/build-windows/action.yaml index 83066357..360bfade 100644 --- a/.github/actions/build-windows/action.yaml +++ b/.github/actions/build-windows/action.yaml @@ -51,5 +51,6 @@ runs: - name: Build tauri app run: | + Install-Module -Name TrustedSigning -RequiredVersion ${{ steps.set-variables.outputs.TRUSTED_SIGNING_MODULE_VERSION }} -Force -Repository PSGallery npm run tauri build shell: pwsh