Skip to content

Commit

Permalink
try fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
acivier-serial committed May 16, 2022
1 parent c938498 commit 9a2d9e6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ jobs:
draft: true
prerelease: false
publish-tauri:
permissions:
issues: write
pull-requests: write
contents: write
needs: create-release
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: 'test-on-pr'
on:
# Triggers the workflow on push or pull request events but only for the main branch
push:
branches: [main]
# push:
# branches: [main]
pull_request:

jobs:
Expand Down
4 changes: 3 additions & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ tauri-build = { version = "1.0.0-rc.6", features = [] }
[dependencies]
serde_json = "1.0"
window-vibrancy = "0.1.2"
cocoa = "0.24.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.7", features = ["http-all", "macos-private-api", "window-start-dragging"] }

[target."cfg(target_os = \"macos\")".dependencies]
cocoa = "0.24"

[dependencies.tauri-plugin-store]
git = "https://github.com/tauri-apps/tauri-plugin-store"
rev = "4a5a8fb54e62bc0d0e07007b83101c3fe5cf24ba"
Expand Down

0 comments on commit 9a2d9e6

Please sign in to comment.