Skip to content

Commit 3d8d6e6

Browse files
authored
Merge pull request #144 from mempool/junderw/fix-freebsd
Fix: FreeBSD 14 build errors
2 parents 043dcba + c9e3a5e commit 3d8d6e6

2 files changed

Lines changed: 149 additions & 36 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
mv ./.cargohome/registry ~/.cargo/
7070
mv ./.cargohome/git ~/.cargo/
7171
rm -rf ./.cargohome
72-
pkg install -y git rsync gmake llvm rust rocksdb
72+
pkg install -y git rsync gmake llvm rust rocksdb cmake
7373
7474
run: |
7575
cargo check --no-default-features

Cargo.lock

Lines changed: 148 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)