Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RazrFalcon committed Jul 2, 2024
1 parent 41c8861 commit 7695edb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:

- name: Build C API
working-directory: c-api
run: cargo build --no-default-features --features=no-std-float
run: cargo build --no-default-features

- name: Build C API with variable-fonts
working-directory: c-api
run: cargo build --no-default-features --features=variable-fonts,no-std-float
run: cargo build --no-default-features --features=variable-fonts

- name: Test C API
working-directory: c-api
Expand Down

0 comments on commit 7695edb

Please sign in to comment.