We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 197d2f0 commit 3c2b725Copy full SHA for 3c2b725
1 file changed
.github/workflows/foundry.yml
@@ -24,6 +24,10 @@ jobs:
24
with:
25
version: nightly
26
27
+ - name: Install Pyth SDK
28
+ run: |
29
+ npm install @pythnetwork/pyth-sdk-solidity@4.0.0
30
+
31
- name: Run Forge build
32
run: |
33
forge --version
0 commit comments