Skip to content

Commit 3c2b725

Browse files
committed
added pyth to workflows
1 parent 197d2f0 commit 3c2b725

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/foundry.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
with:
2525
version: nightly
2626

27+
- name: Install Pyth SDK
28+
run: |
29+
npm install @pythnetwork/[email protected]
30+
2731
- name: Run Forge build
2832
run: |
2933
forge --version

0 commit comments

Comments
 (0)