Skip to content

Commit

Permalink
Try to update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Jun 14, 2024
1 parent 090ccb7 commit 6f33c09
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 @@ -16,8 +16,8 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- name: Build
run: cargo build --no-default-features
- name: Build with only libm
run: cargo build --no-default-features --features libm

- name: Build with all features
run: cargo build --all-features
Expand Down

0 comments on commit 6f33c09

Please sign in to comment.