Skip to content

Commit

Permalink
Update ruby spec workflow
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Raschke <[email protected]>
  • Loading branch information
Chadowo and jlnr authored Aug 7, 2023
1 parent 79bc0ca commit a54b1c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/rspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Install dependencies (Ubuntu)
if: startsWith(matrix.platform, 'ubuntu-')
run: sudo apt-get update && sudo apt-get install -y libsdl2-dev libgl1-mesa-dev libfontconfig1-dev xvfb

- name: Install dependencies (macOS)
if: startsWith(matrix.platform, 'macos-')
run: brew install sdl2

- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit a54b1c8

Please sign in to comment.