Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Jul 24, 2024
1 parent 8994bd9 commit a931ffb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install system dependencies
run: sudo apt-get install -y libwebkit2gtk-4.1-dev
run: sh ./script/install-linux-deps.sh
- uses: actions/checkout@v4
- name: Setup | Cache Cargo
uses: actions/cache@v3.0.11
Expand Down
2 changes: 2 additions & 0 deletions script/install-linux-deps.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev

0 comments on commit a931ffb

Please sign in to comment.