mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
ci: disable debian build checks until dependencies can be met
This commit is contained in:
parent
9d251a96b1
commit
f1141c62d4
1 changed files with 6 additions and 6 deletions
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
|
@ -29,7 +29,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
name: [
|
name: [
|
||||||
Arch,
|
Arch,
|
||||||
Debian,
|
# Debian,
|
||||||
FreeBSD,
|
FreeBSD,
|
||||||
Void-musl
|
Void-musl
|
||||||
]
|
]
|
||||||
|
|
@ -40,11 +40,11 @@ jobs:
|
||||||
env:
|
env:
|
||||||
TARGET: 'sh -xe'
|
TARGET: 'sh -xe'
|
||||||
|
|
||||||
- name: Debian
|
# - name: Debian
|
||||||
os: ubuntu-latest
|
# os: ubuntu-latest
|
||||||
container: debian:testing
|
# container: debian:testing
|
||||||
env:
|
# env:
|
||||||
TARGET: 'sh -xe'
|
# TARGET: 'sh -xe'
|
||||||
|
|
||||||
- name: FreeBSD
|
- name: FreeBSD
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue