Adding action to add nix capabilities to docker runner #2

Open
eoghanconlon73 wants to merge 20 commits from eoghanconlon73/actions:main into main
Showing only changes of commit d085245659 - Show all commits

11
docker_nix/action.yml Normal file
View file

@ -0,0 +1,11 @@
name: 'Get image ready to run nix jobs'
description: 'Update apt repositories and installing sudo'
runs:
using: 'composite'
steps:
- name: 'Get image ready to run nix jobs'

It is more that sudo is required for the installer to run.

It is more that ``sudo`` is required for the installer to run.
shell: bash
run: |
apt update
apt upgrade
apt install sudo