Skip to content

Commit

Permalink
ci: remove libgtksourceview2.0-dev
Browse files Browse the repository at this point in the history
This is no longer present in ubuntu 22.04.
  • Loading branch information
LukeUsher authored Nov 23, 2022
1 parent d1847c9 commit 98ea150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update -y -qq
sudo apt-get install libsdl2-dev libgtksourceview2.0-dev libgtk2.0-dev libao-dev libopenal-dev
sudo apt-get install libsdl2-dev libgtk2.0-dev libao-dev libopenal-dev
- name: "macOS: Import Certificate"
if: runner.os == 'macOS' && github.event_name != 'pull_request'
uses: devbotsxyz/import-signing-certificate@2ac4f44d28045073d23153256efbb4c4b2d8aa22 # Don't use rolling branch for security reasons
Expand Down

0 comments on commit 98ea150

Please sign in to comment.