Try using the nix profile install instead.
This commit is contained in:
parent
c94481e4ae
commit
b33cc8bdcc
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- name: Setup nodejs 24
|
- name: Setup nodejs 24
|
||||||
run: |
|
run: |
|
||||||
set -eux
|
set -eux
|
||||||
nix-env -iA nixos.nodejs-slim_24
|
nix profile install nodejs-slim_24
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue