Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 11, 2024
1 parent a61e53b commit 51156bd
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,15 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3

- name: Generate the C bindgen
run: |
make cbindgen
- name: Check code style
if: ${{ !startsWith(matrix.os, 'windows') }}
run: |
make style-lint
make style-check
# `make debug` works not well on Windows
- name: Build debug Trime
Expand Down

0 comments on commit 51156bd

Please sign in to comment.