Skip to content

Commit

Permalink
Update pull-request-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonbrad authored Mar 12, 2024
1 parent c720694 commit a1185a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,10 @@ jobs:
- name: Setup Android SDK
uses: android-actions/setup-android@v3

# `make debug` works not well on Windows
- name: Generate the C bindgen
run: |
make cbindgen
- name: Build debug Afrim
run: |
make debug
Expand Down

0 comments on commit a1185a9

Please sign in to comment.