try install nix via action
This commit is contained in:
parent
408d7b3704
commit
ea75635c0b
1 changed files with 2 additions and 6 deletions
|
@ -10,12 +10,8 @@ jobs:
|
|||
- name: Hello
|
||||
run: |
|
||||
echo "Hello and welcome"
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
|
||||
--extra-conf "sandbox = false" \
|
||||
--init none \
|
||||
--no-confirm
|
||||
- name: Install Nix
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
||||
- uses: actions/checkout@v3
|
||||
name: Checkout
|
||||
- name: Metadata
|
||||
|
|
Loading…
Reference in a new issue