Skip to content

Commit

Permalink
chore: use fetch from tauri (#18)
Browse files Browse the repository at this point in the history
* Move enrollment api hook

* add openssl to build workflow
  • Loading branch information
dzania authored Sep 27, 2023
1 parent 72cff84 commit 36f9f05
Show file tree
Hide file tree
Showing 14 changed files with 534 additions and 126 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: install system deps
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libgtk-3-dev libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf libssl-dev
- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
Loading

0 comments on commit 36f9f05

Please sign in to comment.