Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Dec 14, 2024
1 parent 72905bb commit 700ea8d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ env:
TERM: dumb
DEBIAN_FRONTEND: noninteractive
DEBCONF_NONINTERACTIVE_SEEN: true
UBUNTU_VERSION: devel

jobs:
build-deb-package:
Expand All @@ -28,7 +27,7 @@ jobs:
- name: Build debian packages and sources
uses: 3v1n0/desktop-engineering/gh-actions/common/build-debian@source-prepare-command
with:
docker-image: ubuntu:${{ env.UBUNTU_VERSION }}
docker-image: ubuntu:devel
extra-source-build-deps: |
ca-certificates
git
Expand All @@ -41,7 +40,7 @@ jobs:
runs-on: ubuntu-latest

container:
image: ubuntu:${{ env.UBUNTU_VERSION }}
image: ubuntu:devel

steps:
- name: Prepare container
Expand Down

0 comments on commit 700ea8d

Please sign in to comment.