Adding additional packages to install in the arch container
This commit is contained in:
parent
f68850293b
commit
84e61935a1
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- run: pacman --noconfirm -Syu python python-pip
|
||||
- run: pacman --noconfirm -Syu python python-pip parted
|
||||
- run: python -m pip install --upgrade pip
|
||||
- run: pwd
|
||||
- run: ls -la
|
||||
|
|
|
|||
Loading…
Reference in New Issue