Im trying to install a package on the host system i.e (ubuntu-latest) before entering the docker container (arch linux)
I tried a lot of syntax but Im getting it wrong
on: [push]
jobs:
update-aur:
runs-on: ubuntu-latest
steps:
- run : sudo apt-get install runc
container: archlinux
steps:
- run: |
pacman --noconfirm -Syu
pacman --noconfirm -S base-devel
this gives an error of steps is already defined