Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
qiweiii committed Jun 28, 2024
1 parent fd39300 commit 3c41b46
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
submodules: true
submodules: recursive
- uses: actions/cache@v4
with:
path: '**/.build'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ JAM built with Swift
- SwiftLint: `brew install swiftlint`
- SwiftFormat: `brew install swiftformat`
- Precommit hooks: `make githooks`
- Pull submodules: `git submodule update --init`
- Pull submodules: `git submodule update --init --recursive`
- Setup deps: `make deps`

## Packages
Expand Down
1 change: 0 additions & 1 deletion scripts/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@


# Setup blst C module
git submodule update --init
cd Utils/Sources/blst || { echo "Submodule directory not found"; exit 1; }

./build.sh || { echo "Build blst library failed"; exit 1; }
Expand Down

0 comments on commit 3c41b46

Please sign in to comment.