Skip to content

Commit

Permalink
ci: fix bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
hans00 committed Oct 21, 2024
1 parent 98bc4af commit db7bccb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Setup
uses: ./.github/actions/setup
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
submodules: recursive

- name: Setup
uses: ./.github/actions/setup
Expand Down
2 changes: 1 addition & 1 deletion scripts/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -x
set -e

ROOT=$(realpath $(dirname $0)/..)
ROOT=$(realpath $(dirname $(dirname $0)))

cp \
$ROOT/bark.cpp/bark.h \
Expand Down

0 comments on commit db7bccb

Please sign in to comment.