Skip to content

Commit e00c81c

Browse files
committed
Make euclid build without libm
1 parent 2500741 commit e00c81c

15 files changed

+453
-435
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
features: ["", "--features serde", "--no-default-features --features libm"]
17+
features: ["", "--features serde", "--no-default-features", "--no-default-features --features libm"]
1818
version: ["1.63.0", "stable", "beta", "nightly"]
1919
include:
2020
- version: stable
@@ -29,7 +29,7 @@ jobs:
2929
features: --features unstable
3030
- version: nightly
3131
features: --features unstable,serde
32-
32+
3333
steps:
3434
- uses: actions/checkout@v4
3535

0 commit comments

Comments
 (0)