Skip to content

Commit 5278b98

Browse files
committed
ci: install dependencies in CI
1 parent 53dc109 commit 5278b98

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
with:
2525
version: nightly
2626

27+
- name: Install Dependencies
28+
run: bun install
29+
2730
- name: Show Forge version
2831
run: |
2932
forge --version

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ git clone https://github.com/lukso-network/lukso-foundry-template
2323
3. Install the dependencies
2424

2525
```bash
26+
forge install
2627
bun install
2728
```
2829

0 commit comments

Comments
 (0)