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 958df25 + 63c4b50 commit 43678b7Copy full SHA for 43678b7
2 files changed
.github/workflows/build.yaml
@@ -31,7 +31,7 @@ jobs:
31
cibuildwheel:
32
- "cp311"
33
steps:
34
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
35
with:
36
submodules: 'true'
37
Makefile
@@ -22,7 +22,7 @@ dependencies-macos:
22
brew unlink libftdi && brew link --force libftdi || true
23
24
dependencies-win:
25
- choco install cmake curl ninja unzip zip --no-progress -y
+ choco install cmake curl ninja pkgconfiglite unzip zip --no-progress -y
26
27
build-openfpgaloader: ## build openFPGALoader
28
git submodule update --init --recursive
0 commit comments