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 b4afadd commit abcd8cdCopy full SHA for abcd8cd
.github/workflows/ci-default.yml
@@ -38,6 +38,11 @@ jobs:
38
run: |
39
cat lib/openzeppelin-contracts-upgradeable/package.json
40
41
+ - name: Debug directory structure
42
+ run: |
43
+ ls -la lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/
44
+ pwd
45
+
46
- name: Log content of lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/MerkleProofUpgradeable.sol
47
48
cat lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/MerkleProofUpgradeable.sol
0 commit comments