We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 125739f commit b4afaddCopy full SHA for b4afadd
.github/workflows/ci-default.yml
@@ -34,6 +34,14 @@ jobs:
34
with:
35
submodules: "recursive"
36
37
+ - name: Log content of lib/openzeppelin-contracts-upgradeable/package.json
38
+ run: |
39
+ cat lib/openzeppelin-contracts-upgradeable/package.json
40
+
41
+ - name: Log content of lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/MerkleProofUpgradeable.sol
42
43
+ cat lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/MerkleProofUpgradeable.sol
44
45
- name: Install Foundry
46
uses: foundry-rs/foundry-toolchain@v1
47
0 commit comments