Skip to content

Commit

Permalink
install bash in FreeBSD
Browse files Browse the repository at this point in the history
  • Loading branch information
hcho3 committed Nov 21, 2024
1 parent 5788f14 commit ebea2b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/freebsd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
usesh: true
prepare: |
pkg install -y cmake git ninja googletest
pkg install -y cmake git ninja googletest bash
run: |
bash ops/script/build_via_cmake.sh
Expand Down

0 comments on commit ebea2b1

Please sign in to comment.