Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Dec 14, 2024
1 parent 3e98f9d commit 95bab82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ jobs:
uses: actions/checkout@v4

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

run-autopkgtests:
name: Run autopkgtests
Expand Down

0 comments on commit 95bab82

Please sign in to comment.