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 3b58082 commit 1a3d234Copy full SHA for 1a3d234
1 file changed
.github/workflows/gdextension.yml
@@ -170,6 +170,7 @@ jobs:
170
if: ${{ startsWith(matrix.opts.arch, 'x86_32') }}
171
shell: sh
172
run: |
173
+ sudo apt-get update
174
sudo apt install gcc-multilib g++-multilib
175
176
- name: Set up Java 11 (Android)
@@ -355,6 +356,7 @@ jobs:
355
356
357
358
359
360
361
362
- name: (Windows) Install mingw64
0 commit comments