Skip to content

Commit

Permalink
fix windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen Nijhuis committed Dec 21, 2023
1 parent f8d1b49 commit 68f9f90
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ jobs:
set SSL_CERT_FILE="C:\Program Files\OpenSSL\ca\cacert.pem"
- name: Build Vite + Tauri
run: npm run build
run: |
set OPENSSL_DIR="C:\Program Files\OpenSSL"
set SSL_CERT_FILE="C:\Program Files\OpenSSL\ca\cacert.pem"
npm run build

0 comments on commit 68f9f90

Please sign in to comment.