Skip to content

Commit fb67202

Browse files
committed
feat(debian): add setup-build-action to use gha cache
1 parent 9d34809 commit fb67202

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/debian.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on: [push]
44
jobs:
55
debian-build:
66
strategy:
7+
fail-fast: false
78
matrix:
89
include:
910
- runner: ubuntu-24.04
@@ -33,6 +34,9 @@ jobs:
3334
chmod 700 key
3435
echo "$GPG_PRIVATE_KEY" | base64 -d | gpg --homedir "$(pwd)/key" --import
3536
37+
- name: Setup up Docker Buildx
38+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
39+
3640
- name: Make builder container image
3741
working-directory: debian
3842
run: |

0 commit comments

Comments
 (0)