Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barnabwhy committed Feb 29, 2024
1 parent e26f02c commit 3a18536
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y \
webkit2gtk-4.1-dev \
libwebkit2gtk-4.1-dev \
build-essential \
curl \
wget \
Expand Down

0 comments on commit 3a18536

Please sign in to comment.