We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e5784c + 9ec905d commit 1db4abeCopy full SHA for 1db4abe
.github/workflows/package.yml
@@ -21,7 +21,6 @@ jobs:
21
# - debian-bullseye
22
- ubuntu-noble
23
- ubuntu-jammy
24
- - ubuntu-focal
25
26
# Pin your dependencies with https://github.com/mheap/pin-github-action
27
steps:
@@ -93,14 +92,6 @@ jobs:
93
92
with:
94
args: --no-sign
95
96
- - uses: legoktm/gh-action-build-deb@77900afcbdc12874b7177e0e9fca2f4da043cd05 # pin@ubuntu-focal
97
- if: matrix.distro == 'ubuntu-focal'
98
- name: Build package for ubuntu-focal
99
- id: build-ubuntu-focal
100
- with:
101
- args: --no-sign
102
- ppa: ${{ steps.ppa.outputs.ppa }}
103
-
104
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # pin@v4
105
106
name: Packages for ${{ matrix.distro }}
0 commit comments