Skip to content

Commit

Permalink
Install gtk4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kojix2 committed Feb 13, 2024
1 parent 8ead40b commit f854e71
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ jobs:
- uses: crystal-lang/install-crystal@v1
with:
crystal: latest
- if: matrix.os == 'ubuntu'
run: sudo apt-get install -y libgtk-4-dev
- if: matrix.os == 'macos'
run: brew install gtk4
- name: Install dependencies
run: shards install --without-development --release
- name: Run gi-crystal
run: bin/gi-crystal
- name: Run specs
run: crystal spec
run: crystal spec

0 comments on commit f854e71

Please sign in to comment.