We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a4566d + 5533150 commit 6cb830eCopy full SHA for 6cb830e
.github/workflows/test.yml
@@ -95,6 +95,10 @@ jobs:
95
os: 'ubuntu-latest'
96
cargo_extra_args: '--locked --no-default-features --features mkl,gsl'
97
install_fftw: false
98
+ - name: 'Windows, statically linked FFTW'
99
+ os: 'windows-latest'
100
+ cargo_extra_args: '--locked --no-default-features --features fftw-static'
101
+ install_fftw: false
102
103
defaults:
104
run:
CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
### Added
11
12
-—
+- CI: build Windows w/o GSL
13
14
### Changed
15
0 commit comments