Skip to content

Commit 9b19fcb

Browse files
authored
Merge pull request #9 from pusewicz/copilot/update-apt-install-fontconfig
[WIP] Fix GitHub Actions workflow by adding fontconfig dependency
2 parents 9acaf7f + b53467b commit 9b19fcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: Ruby
1919
steps:
20-
- name: Update apt and Install sdl
20+
- name: Update apt and Install dependencies
2121
run: |
2222
sudo apt-get update
23-
sudo apt-get install libsdl2-dev -y
23+
sudo apt-get install libsdl2-dev libfontconfig-dev -y
2424
- uses: actions/checkout@v4
2525
- name: Set up Ruby
2626
uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)