Skip to content
This repository was archived by the owner on Dec 29, 2024. It is now read-only.

Commit 1a3d234

Browse files
committed
Fix GHA
1 parent 3b58082 commit 1a3d234

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/gdextension.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ jobs:
170170
if: ${{ startsWith(matrix.opts.arch, 'x86_32') }}
171171
shell: sh
172172
run: |
173+
sudo apt-get update
173174
sudo apt install gcc-multilib g++-multilib
174175
175176
- name: Set up Java 11 (Android)
@@ -355,6 +356,7 @@ jobs:
355356
if: ${{ startsWith(matrix.opts.arch, 'x86_32') }}
356357
shell: sh
357358
run: |
359+
sudo apt-get update
358360
sudo apt install gcc-multilib g++-multilib
359361
360362
- name: (Windows) Install mingw64

0 commit comments

Comments
 (0)