Skip to content

Commit

Permalink
Run "sudo apt update" before installing dependencies. (KhronosGroup#3474
Browse files Browse the repository at this point in the history
  • Loading branch information
kenrussell authored Aug 8, 2022
1 parent 2ee735a commit 0b13fff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
python-version: 3.9
- name: Install dependencies
run: |
sudo apt update
sudo apt-get install libxml2-utils
python -m pip install --upgrade pip
pip install --upgrade setuptools
Expand Down

0 comments on commit 0b13fff

Please sign in to comment.