Skip to content

Commit 43678b7

Browse files
committed
Merge pull request #4 from dau-dev/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 958df25 + 63c4b50 commit 43678b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cibuildwheel:
3232
- "cp311"
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v6
3535
with:
3636
submodules: 'true'
3737

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ dependencies-macos:
2222
brew unlink libftdi && brew link --force libftdi || true
2323

2424
dependencies-win:
25-
choco install cmake curl ninja unzip zip --no-progress -y
25+
choco install cmake curl ninja pkgconfiglite unzip zip --no-progress -y
2626

2727
build-openfpgaloader: ## build openFPGALoader
2828
git submodule update --init --recursive

0 commit comments

Comments
 (0)