Skip to content

Commit

Permalink
fixup! .github/workflows: run unprivileged tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ejoerns committed Aug 30, 2024
1 parent 1fea316 commit 034da34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
podman exec -i stable uname -a
podman exec -i stable id
podman exec -i -u root stable apt-get update
podman exec -e DEBIAN_FRONTEND='noninteractive' -i -u root stable apt-get install -qy build-essential meson libtool libglib2.0-dev libcurl3-dev libssl-dev libjson-glib-dev libdbus-1-dev libfdisk-dev libnl-genl-3-dev squashfs-tools
podman exec -e DEBIAN_FRONTEND='noninteractive' -i -u root stable apt-get install -qy build-essential meson libtool libglib2.0-dev libcurl3-dev libssl-dev libjson-glib-dev libdbus-1-dev libfdisk-dev libnl-genl-3-dev squashfs-tools python3-pytest
- name: Patch & prepare
run: |
Expand Down

0 comments on commit 034da34

Please sign in to comment.