Adding action to add nix capabilities to docker runner #2
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||||
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
apt update
|
apt update
|
||||||
|
|
Loading…
Reference in a new issue
It is more that
sudo
is required for the installer to run.