Skip to content

Commit

Permalink
Merge pull request #44 from Avarok-Cybersecurity/tbraun96-patch-1
Browse files Browse the repository at this point in the history
Windows support for Tauri build
  • Loading branch information
tbraun96 authored Jun 10, 2024
2 parents 9b2c77f + bf1e29e commit 3f42d98
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: Avarok-Cybersecurity/gh-actions-deps@master
- run: echo "VCPKG_ROOT=$env:VCPKG_INSTALLATION_ROOT" | Out-File -FilePath $env:GITHUB_ENV -Append
if: startsWith(matrix.os, 'windows')
- run: vcpkg install openssl:x64-windows-static-md
if: startsWith(matrix.os, 'windows')
- name: setup node
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit 3f42d98

Please sign in to comment.