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 53146b7 commit f9408e1Copy full SHA for f9408e1
.github/workflows/ci-default.yml
@@ -58,6 +58,18 @@ jobs:
58
echo "\nGit submodule status:"
59
git submodule status
60
61
+ - name: Debug OpenZeppelin version
62
+ run: |
63
+ cd lib/openzeppelin-contracts-upgradeable
64
+ echo "Current git status:"
65
+ git status
66
+ echo "\nCurrent commit hash:"
67
+ git rev-parse HEAD
68
+ echo "\nCurrent tag:"
69
+ git describe --tags
70
+ echo "\nAvailable branches:"
71
+ git branch -a
72
+
73
- name: Debug directory structure
74
run: |
75
ls -la lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/
0 commit comments