Skip to content

Commit

Permalink
Downgrade to Focal
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Oct 2, 2024
1 parent 5a5b5fe commit dafe1f6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:

- name: Install deps
run: |
cat /etc/apt/sources.list.d/ubuntu.sources
sudo sed -i 's/# deb-src/deb-src/' /etc/apt/sources.list.d/ubuntu.sources
cat /etc/apt/sources.list
sudo sed -i 's/# deb-src/deb-src/' /etc/apt/sources.list
sudo apt update
sudo apt install python-gi-dev build-essential cmake gobject-introspection libegl1 libegl-dev
sudo apt install python-gi-dev build-essential cmake gobject-introspection
sudo apt build-dep python-gi-dev
- name: Install the latest version of Rye
Expand Down

0 comments on commit dafe1f6

Please sign in to comment.