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 abcd8cd commit 8f45fa9Copy full SHA for 8f45fa9
.github/workflows/ci-default.yml
@@ -38,6 +38,12 @@ jobs:
38
run: |
39
cat lib/openzeppelin-contracts-upgradeable/package.json
40
41
+ - name: Force update submodules
42
+ run: |
43
+ git submodule update --init --recursive --force
44
+ git submodule foreach git fetch --all
45
+ git submodule foreach git reset --hard origin/HEAD
46
+
47
- name: Debug directory structure
48
49
ls -la lib/openzeppelin-contracts-upgradeable/contracts/utils/cryptography/
0 commit comments