Skip to content

Commit

Permalink
fixup! Use Debian 12 by default in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Sep 19, 2023
1 parent e1793d8 commit 2bd6ce2
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/build-deb-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3

- name: Unshallow
run: |
git fetch --prune --unshallow
git describe --tags
uses: actions/checkout@v4
with:
# Fetch the whole history for all tags and branches (required for aleph.__version__)
fetch-depth: 0

- run: |
cd packaging && make all-podman-debian-12 && cd ..
Expand Down Expand Up @@ -96,7 +94,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Workaround github issue https://github.com/actions/runner-images/issues/7192
run: sudo echo RESET grub-efi/install_devices | sudo debconf-communicate grub-pc
Expand Down

0 comments on commit 2bd6ce2

Please sign in to comment.