Skip to content

Commit

Permalink
Update linux-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongchen authored Jul 19, 2024
1 parent 2114648 commit 528e151
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/linux-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ jobs:

- name: Install dependencies
run: |
sudo apt install -y build-essential \
pkg-config \
libgtk-3-dev \
libssl-dev \
libjavascriptcoregtk-4.1-dev \
libsoup-3.0-dev \
libwebkit2gtk-4.1-dev
sudo apt-get update
sudo apt-get install -y build-essential \
pkg-config \
libgtk-3-dev \
libssl-dev \
libjavascriptcoregtk-4.1-dev \
libsoup-3.0-dev \
libwebkit2gtk-4.1-dev
- name: build child app
run: |
Expand Down

0 comments on commit 528e151

Please sign in to comment.