Skip to content

Commit

Permalink
fix: make sure to have pulled the submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Will-Smith11 committed Nov 27, 2024
1 parent 6746a78 commit 934ad8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ jobs:
cache-on-failure: true
key: "clippy-nightly"

- name: Update Submodules
run: git submodule update --init --recursive

- name: "clippy all"
run: cargo clippy --all-targets
env:
Expand All @@ -81,6 +84,10 @@ jobs:
- uses: Swatinem/rust-cache@v2
with:
cache-on-failure: true

- name: Update Submodules
run: git submodule update --init --recursive

- name: Build Tests
run: cargo build --tests

Expand Down
1 change: 0 additions & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@
[submodule "contracts/lib/openzeppelin-contracts"]
path = contracts/lib/openzeppelin-contracts
url = https://github.com/openzeppelin/openzeppelin-contracts

0 comments on commit 934ad8b

Please sign in to comment.