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 8f45fa9 commit 4c196b3Copy full SHA for 4c196b3
.github/workflows/ci-default.yml
@@ -44,6 +44,19 @@ jobs:
44
git submodule foreach git fetch --all
45
git submodule foreach git reset --hard origin/HEAD
46
47
+ - name: Debug submodules
48
+ run: |
49
+ echo "Current directory:"
50
+ pwd
51
+ echo "\nList .gitmodules content:"
52
+ cat .gitmodules
53
+ echo "\nList lib directory:"
54
+ ls -la lib/
55
+ echo "\nList openzeppelin directory if it exists:"
56
+ ls -la lib/openzeppelin-contracts-upgradeable/ || echo "Directory doesn't exist"
57
+ echo "\nGit submodule status:"
58
+ git submodule status
59
+
60
- name: Debug directory structure
61
run: |
62
ls -la lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/
0 commit comments