Merge pull request #71 from ksooo/disable-debian-build

Github actions: build.yml: Disable DEBIAN_BUILD (PPA currently unmain…
This commit is contained in:
Kai Sommerfeld 2024-04-17 12:54:33 +02:00 committed by GitHub
commit a4876eae6c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ jobs:
os: ubuntu-latest
CC: gcc
CXX: g++
DEBIAN_BUILD: true
# DEBIAN_BUILD: true
steps:
- name: Install needed ubuntu depends
env: