Skip to content

Commit

Permalink
fix(ci): generate bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
GeopJr committed Jul 4, 2022
1 parent 568f4de commit 40ca591
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ jobs:
container: ghcr.io/geopjr/crystal-gtk:latest
steps:
- uses: actions/checkout@v2
- name: Shards install
run: shards install --skip-postinstall --skip-executables
- name: Generate gresource
run: make gresource || curl "https://raw.githubusercontent.com/GeopJr/GeopJr/main/collision.gresource" -o data/dev.geopjr.Collision.gresource
- name: Shards install & Generate bindings
run: make bindings
- name: Spec
run: crystal spec -Dpreview_mt --order random || exit 1
- name: Check formatting
Expand Down

0 comments on commit 40ca591

Please sign in to comment.