Browse Source

Fixup CI details

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

+ 2
- 2
.github/workflows/build.yml View File

@@ -199,8 +199,8 @@ jobs:
sudo apt-get clean
- name: Build linux (LTO)
run: |
make SYSDEPS=true features
make SYSDEPS=true WITH_LTO=true -j $(nproc)
make features
make WITH_LTO=true -j $(nproc)

linux-sysdeps:
runs-on: ubuntu-20.04


+ 1
- 1
deps/PawPaw

@@ -1 +1 @@
Subproject commit 1658398aa4d2b9c02dfe5602c9dd3eca18260503
Subproject commit eb215863a49b9356b64aa6ea229b99b307ab818b

Loading…
Cancel
Save