Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dallmair authored Dec 18, 2024
1 parent 6450143 commit cf46333
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ jobs:
matrix:
release: [stable, oldstable, testing]
runs-on: ubuntu-latest
container: debian:${{ matrix.release }}
container: debian:${{ matrix.release }}-slim

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Full history to be able to determine version number

- name: Merge into debian branch
run: git checkout debian && git merge ${{ github.ref }}
run: sudo apt-get install -y git && git checkout debian && git merge ${{ github.ref }}

- name: Build and install
run: sudo install-debian.sh

0 comments on commit cf46333

Please sign in to comment.