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
|
- name: Hello
|
||||||
run: |
|
run: |
|
||||||
echo "Hello and welcome"
|
echo "Hello and welcome"
|
||||||
- name: Install dependencies
|
- name: Install Nix
|
||||||
run: |
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v4
|
||||||
curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux \
|
|
||||||
--extra-conf "sandbox = false" \
|
|
||||||
--init none \
|
|
||||||
--no-confirm
|
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
name: Checkout
|
name: Checkout
|
||||||
- name: Metadata
|
- name: Metadata
|
||||||
|
|
Loading…
Reference in a new issue