Skip to content

Commit d97d0ef

Browse files
committed
add multilib to install in workflow
1 parent bfbd1db commit d97d0ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache: "npm"
5353

5454
- name: Install dependencies
55-
run: sudo apt update && sudo apt install -y git build-essential clang default-jre
55+
run: sudo apt update && sudo apt install -y git build-essential clang default-jre gcc-multilib
5656

5757
- name: Pack Anura
5858
run: make static

0 commit comments

Comments
 (0)