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

Commit

Permalink
Fix GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
Trey2k committed Jul 16, 2023
1 parent 3b58082 commit 1a3d234
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gdextension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ jobs:
if: ${{ startsWith(matrix.opts.arch, 'x86_32') }}
shell: sh
run: |
sudo apt-get update
sudo apt install gcc-multilib g++-multilib
- name: Set up Java 11 (Android)
Expand Down Expand Up @@ -355,6 +356,7 @@ jobs:
if: ${{ startsWith(matrix.opts.arch, 'x86_32') }}
shell: sh
run: |
sudo apt-get update
sudo apt install gcc-multilib g++-multilib
- name: (Windows) Install mingw64
Expand Down

0 comments on commit 1a3d234

Please sign in to comment.