Skip to content

Commit 4939d83

Browse files
authored
Merge pull request #111 from ksooo/disable-debian-build
Github actions: build.yml: Disable DEBIAN_BUILD (PPA currently unmain…
2 parents e84039c + 8f7f1a4 commit 4939d83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: ubuntu-latest
1515
CC: gcc
1616
CXX: g++
17-
DEBIAN_BUILD: true
17+
# DEBIAN_BUILD: true
1818
steps:
1919
- name: Install needed ubuntu depends
2020
env:

0 commit comments

Comments
 (0)