We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9acaf7f + b53467b commit 9b19fcbCopy full SHA for 9b19fcb
1 file changed
.github/workflows/main.yml
@@ -17,10 +17,10 @@ jobs:
17
runs-on: ubuntu-latest
18
name: Ruby
19
steps:
20
- - name: Update apt and Install sdl
+ - name: Update apt and Install dependencies
21
run: |
22
sudo apt-get update
23
- sudo apt-get install libsdl2-dev -y
+ sudo apt-get install libsdl2-dev libfontconfig-dev -y
24
- uses: actions/checkout@v4
25
- name: Set up Ruby
26
uses: ruby/setup-ruby@v1
0 commit comments