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 cc3eeb312d - Show all commits

View file

@ -3,7 +3,7 @@ description: 'Update apt repositories and installing sudo'
runs: runs:
using: 'composite' using: 'composite'
steps: steps:
- name: 'Get image ready to run nix jobs' - name: 'Installing nix on Docker runner'

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 shell: bash
run: | run: |
apt update apt update