We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e98f9d commit 032a1f9Copy full SHA for 032a1f9
1 file changed
.github/workflows/build-deb.yaml
@@ -27,12 +27,14 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: Build debian packages and sources
30
- uses: 3v1n0/desktop-engineering/gh-actions/common/build-debian@main
+ uses: 3v1n0/desktop-engineering/gh-actions/common/build-debian@source-prepare-command
31
with:
32
docker-image: ubuntu:${{ env.UBUNTU_VERSION }}
33
extra-source-build-deps: |
34
ca-certificates
35
git
36
+ extra-source-build-script:
37
+ cargo install cargo-vendor-filterer
38
39
run-autopkgtests:
40
name: Run autopkgtests
0 commit comments