Skip to content

Commit

Permalink
Update package lists on deploy pipeline (#16)
Browse files Browse the repository at this point in the history
Update deploy.yaml for latest ubuntu packages
  • Loading branch information
saefstroem authored May 13, 2024
1 parent edfc45c commit 821471b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- name: Install desktop dependencies
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt install -y libglib2.0-dev libatk1.0-dev libgtk-3-dev librust-atk-dev
- name: Checkout sources
Expand Down

0 comments on commit 821471b

Please sign in to comment.