Skip to content

Commit 76f484d

Browse files
chore(ci): disable some build because of Qt version
Debian stable(Buster) Ubuntu 20.04
1 parent 7019215 commit 76f484d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/cpack-deb-debian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
distro: [stable, testing, sid]
37+
#distro: [stable, testing, sid]
3838
build_type: [Release, RelWithDebInfo]
39-
#distro: [testing, sid]
39+
distro: [testing, sid]
4040
needs: check_commit_msg
4141
if: ${{ !contains( needs.check_commit_msg.outputs.commit_message, 'NO_DEB') }}
4242
name: Debian ${{ matrix.distro }}
File renamed without changes.

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
129
1+
130

0 commit comments

Comments
 (0)