Browse Source

Fix last commit

Signed-off-by: falkTX <falktx@falktx.com>
tags/22.02
falkTX 3 years ago
parent
commit
a9b660167c
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/build.yml

+ 1
- 1
.github/workflows/build.yml 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:


Loading…
Cancel
Save