Skip to content

Commit

Permalink
Fix brokeb CI
Browse files Browse the repository at this point in the history
When merging the previous PR, the final yml add missing spaces and consequently was failing.

Surprisingly enough, github action didn't say anything about it.

Anyway, this is to fix the CI.
  • Loading branch information
ClementWalter authored and Eikix committed Nov 24, 2022
1 parent 268bba5 commit 8c8e0fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
run: make setup
- name: Compile all the cairo files
run: |
make format-check
make build
make format-check
make build
python-tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8c8e0fb

Please sign in to comment.