Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinosh committed Jul 10, 2024
1 parent a1b8642 commit 14381d2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ name: Build
env:
CARGO_TERM_COLOR: always

on:
workflow_run:
workflows: ['Check and Lint']
branches: [main]
types:
- completed
on: push

jobs:
# build-library:
Expand Down Expand Up @@ -36,8 +31,6 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.
- name: setup node
uses: actions/setup-node@v4
Expand Down
20 changes: 0 additions & 20 deletions .github/workflows/check-and-lint.yml

This file was deleted.

0 comments on commit 14381d2

Please sign in to comment.