Skip to content

Commit 3134375

Browse files
committed
Fixed missing archlinux container usage
1 parent 57bd245 commit 3134375

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/python-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
deploy:
1212

1313
runs-on: ubuntu-latest
14-
14+
container:
15+
image: archlinux/archlinux:latest
16+
options: --privileged
1517
steps:
1618
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1719
- name: Set up Python

0 commit comments

Comments
 (0)