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
If the running machine configuration is important for the build, try using self-hosted runner.
run-on to point to the self-hoster runnerYou can find more information in the GitHub-CI Docs
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With