1
Fork 0

Fix last commit

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-12 05:18:58 +00:00
parent 2a79dd030e
commit a9b660167c
No known key found for this signature in database
GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ jobs:
sudo apt-get install -yqq liblo-dev
- name: Build linux x86_64 (headless)
run: |
make features
make HEADLESS=true features
make HEADLESS=true -j $(nproc)
linux-x86_64-sysdeps: