mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -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:
|
||||
name: [
|
||||
Arch,
|
||||
Debian,
|
||||
# Debian,
|
||||
FreeBSD,
|
||||
Void-musl
|
||||
]
|
||||
|
|
@ -40,11 +40,11 @@ jobs:
|
|||
env:
|
||||
TARGET: 'sh -xe'
|
||||
|
||||
- name: Debian
|
||||
os: ubuntu-latest
|
||||
container: debian:testing
|
||||
env:
|
||||
TARGET: 'sh -xe'
|
||||
# - name: Debian
|
||||
# os: ubuntu-latest
|
||||
# container: debian:testing
|
||||
# env:
|
||||
# TARGET: 'sh -xe'
|
||||
|
||||
- name: FreeBSD
|
||||
os: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue