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 2835ce0 commit 77ce67dCopy full SHA for 77ce67d
.github/workflows/package.yml
@@ -146,6 +146,9 @@ jobs:
146
arch: i386
147
runs-on: ubuntu-18.04
148
steps:
149
+ - uses: actions/checkout@v2
150
+ with:
151
+ submodules: recursive
152
- name: Choose extra mirror
153
run: |
154
# We upload in all conditions except when building on PR or branch other than master
.github/workflows/sources/package.yml
@@ -157,6 +157,9 @@ jobs:
157
matrix: *package-matrix
158
159
160
161
162
163
- name: Set upload parameters
164
<<: *choose-extra-mirror
165
- name: Download packages
0 commit comments