Skip to content

Commit

Permalink
Remove broken workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenf committed Jul 16, 2024
1 parent eb3bc2e commit 6773a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_tauri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
Import-PfxCertificate -FilePath certificate/certificate.pfx -CertStoreLocation Cert:\CurrentUser\My -Password (ConvertTo-SecureString -String $env:WINDOWS_CERTIFICATE_PASSWORD -Force -AsPlainText)
- name: Install web dependencies
run: npm install --foreground-scripts --bin-links=false
run: npm install --foreground-scripts

- name: Run prebuild actions (static resources, sidecar binaries, app icon)
run: npm run prebuild-desktop
Expand Down

0 comments on commit 6773a67

Please sign in to comment.