mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-04 00:47:46 +00:00
Install x86 libc on Ubuntu CI for luadec
This commit is contained in:
parent
f5153da01a
commit
1dd7d68478
1 changed files with 2 additions and 1 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -76,7 +76,8 @@ jobs:
|
|||
gettext \
|
||||
gperf \
|
||||
libwayland-dev \
|
||||
libhunspell-dev
|
||||
libhunspell-dev \
|
||||
libc6-dev-i386
|
||||
|
||||
- name: Cache Prefix
|
||||
id: cache-prefix-restore
|
||||
|
|
Loading…
Add table
Reference in a new issue