Fixed missing archlinux container usage (#3480)
This commit is contained in:
parent
57bd2451e9
commit
97eeef8c76
|
|
@ -11,7 +11,9 @@ jobs:
|
||||||
deploy:
|
deploy:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: archlinux/archlinux:latest
|
||||||
|
options: --privileged
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue