Skip to content

Commit 032a1f9

Browse files
committed
tmp
1 parent 3e98f9d commit 032a1f9

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build-deb.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,14 @@ jobs:
2727
uses: actions/checkout@v4
2828

2929
- name: Build debian packages and sources
30-
uses: 3v1n0/desktop-engineering/gh-actions/common/build-debian@main
30+
uses: 3v1n0/desktop-engineering/gh-actions/common/build-debian@source-prepare-command
3131
with:
3232
docker-image: ubuntu:${{ env.UBUNTU_VERSION }}
3333
extra-source-build-deps: |
3434
ca-certificates
3535
git
36+
extra-source-build-script:
37+
cargo install cargo-vendor-filterer
3638

3739
run-autopkgtests:
3840
name: Run autopkgtests

0 commit comments

Comments
 (0)