Skip to content

Commit

Permalink
ci: install packages explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 24, 2024
1 parent ccd4950 commit 578e99e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ jobs:
sudo apt-get install --no-install-recommends -y -V \
curl \
google-chrome-stable \
libjemalloc2
libgirepository1.0-dev \
libjemalloc2 \
libwebkit2gtk-4.1-dev
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 578e99e

Please sign in to comment.