We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfbd1db commit d97d0efCopy full SHA for d97d0ef
.github/workflows/main.yml
@@ -52,7 +52,7 @@ jobs:
52
cache: "npm"
53
54
- name: Install dependencies
55
- run: sudo apt update && sudo apt install -y git build-essential clang default-jre
+ run: sudo apt update && sudo apt install -y git build-essential clang default-jre gcc-multilib
56
57
- name: Pack Anura
58
run: make static
0 commit comments