Skip to content

Commit

Permalink
fix typo in workflow config
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzshantaram committed Sep 20, 2022
1 parent 15b085c commit a820cac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
toolchain: nightly
- name: install webkit2gtk on Ubuntu runners
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
Expand Down

0 comments on commit a820cac

Please sign in to comment.