Skip to content

Commit abcd8cd

Browse files
committed
fix(gha): log cryptography directory structure
hail mary
1 parent b4afadd commit abcd8cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci-default.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ jobs:
3838
run: |
3939
cat lib/openzeppelin-contracts-upgradeable/package.json
4040
41+
- name: Debug directory structure
42+
run: |
43+
ls -la lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/
44+
pwd
45+
4146
- name: Log content of lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/MerkleProofUpgradeable.sol
4247
run: |
4348
cat lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/MerkleProofUpgradeable.sol

0 commit comments

Comments
 (0)