We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53dc109 commit 5278b98Copy full SHA for 5278b98
.github/workflows/test.yml
@@ -24,6 +24,9 @@ jobs:
24
with:
25
version: nightly
26
27
+ - name: Install Dependencies
28
+ run: bun install
29
+
30
- name: Show Forge version
31
run: |
32
forge --version
README.md
@@ -23,6 +23,7 @@ git clone https://github.com/lukso-network/lukso-foundry-template
23
3. Install the dependencies
```bash
+forge install
bun install
```
0 commit comments