mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 14:17:40 +00:00
chore(linux): Fix wrong merge
The recent merge from `beta` into `master` introduced a problem when resolving merge conflicts, resulting in duplicate definition of `binary_packages_unreleased` which prevents the workflow from loading. This change rectifies the file.
This commit is contained in:
parent
1533474b83
commit
4dad3e2ba7
1 changed files with 0 additions and 10 deletions
10
.github/workflows/deb-packaging.yml
vendored
10
.github/workflows/deb-packaging.yml
vendored
|
|
@ -151,16 +151,6 @@ jobs:
|
|||
ref: '${{ github.event.client_payload.buildSha }}'
|
||||
sparse-checkout: '.github/actions/'
|
||||
|
||||
binary_packages_unreleased:
|
||||
name: Build binary packages for next Ubuntu version
|
||||
needs: sourcepackage
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
dist: [noble]
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build
|
||||
uses: ./.github/actions/build-binary-packages
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue