Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/23-pr-unit-distro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
lxc exec alpine -- ping -c 1 dl-cdn.alpinelinux.org || true

- name: Install dependencies
run: lxc exec alpine -- apk add py3-tox git tzdata
run: lxc exec alpine -- apk add py3-tox py3-python-discovery git tzdata

- name: Mount source into container directory
run: lxc config device add alpine gitdir disk source=$(pwd) path=/root/cloud-init-ro
Expand Down
Loading