Skip to content

Commit

Permalink
ci: add protobuf to windows
Browse files Browse the repository at this point in the history
  • Loading branch information
stringhandler committed Aug 2, 2024
1 parent 19e310c commit 21d69b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,13 @@ jobs:
with:
workspaces: './src-tauri -> target'


- name: Install Windows dependencies
if: startsWith(runner.os,'Windows')
run: |
# vcpkg.exe install sqlite3:x64-windows zlib:x64-windows
choco upgrade protoc -y

- name: Install dependencies (Macos)
if: startsWith(runner.os,'macOS')
run: |
Expand Down

0 comments on commit 21d69b1

Please sign in to comment.