Adding additional packages to install in the arch container

This commit is contained in:
Anton Hvornum 2022-05-01 19:40:29 +02:00
parent f68850293b
commit 84e61935a1
1 changed files with 1 additions and 1 deletions

View File

@ -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