Skip to content

Commit

Permalink
Use our overlay ppa build in e2e deb build
Browse files Browse the repository at this point in the history
  • Loading branch information
didrocks committed Nov 14, 2023
1 parent 66dc542 commit 5661be1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/qa-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,18 @@ jobs:
steps:
- name: Check out repository
uses: actions/checkout@v4
- name: Add our own needed packages to the container
run: |
set -eu
cd .github/deb-build-docker/
docker build . -t ubuntu:deb-build
- name: Build debian package
uses: canonical/desktop-engineering/gh-actions/common/build-debian@main
with:
source-dir: wsl-pro-service
token: ${{ secrets.GITHUB_TOKEN }}
docker-image: ubuntu:devel
docker-image: ubuntu:deb-build
env:
UP4W_SKIP_INTERNAL_DEPENDENCY_UPDATE: "1"

Expand Down

0 comments on commit 5661be1

Please sign in to comment.