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 25, 2023
1 parent ce83e3d commit 33f188c
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 @@ -29,12 +29,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 @@ -92,7 +90,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 33f188c

Please sign in to comment.