Skip to content

Commit

Permalink
CI #267 apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 17, 2023
1 parent 4d4dbb2 commit 812bb7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/upload_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:

- name: Install OS packages
run: >-
sudo apt update
&& sudo apt install -y libgirepository1.0-dev
sudo apt-get -y update
&& sudo apt-get install -y libgirepository1.0-dev
- name: Install pypa/build
run: >-
Expand Down

0 comments on commit 812bb7c

Please sign in to comment.