Skip to content

Commit

Permalink
Workflow update.
Browse files Browse the repository at this point in the history
  • Loading branch information
dreibh committed Oct 18, 2024
1 parent 3a837fd commit ec923f2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,19 +44,15 @@ jobs:
# ====== Debian Linux =====================================================
debian-packaging:
name: Debian Packaging
runs-on: ubuntu-latest
runs-on: debian-unstable
container:
image: debian:unstable
options: --privileged
steps:
- uses: actions/checkout@v4
- name: Packaging
shell: bash
# NOTE: The Debian container has no "sudo". It is necessary to install
# it first, for the scripts to work.
run: |
apt-get update -q
DEBIAN_FRONTEND=noninteractive apt-get install -qqy sudo
CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-setup package
CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-install package
CC=gcc CXX=g++ OS=debian DIST=unstable ARCH= ci/ci-build package
Expand Down

0 comments on commit ec923f2

Please sign in to comment.