This commit is contained in:
parent
ad198eb473
commit
1040a10e16
@ -11,16 +11,13 @@ defaults:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-flake:
|
check-flake:
|
||||||
runs-on: NixOS
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
# - name: Install basic dependencies
|
- name: Install basic dependencies
|
||||||
# run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
|
run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
|
||||||
|
|
||||||
# - name: Install Nix
|
- name: Install Nix
|
||||||
# uses: https://github.com/cachix/install-nix-action@v20
|
uses: https://github.com/cachix/install-nix-action@v20
|
||||||
|
|
||||||
- name: Install dependencies
|
|
||||||
run: nix-shell -p nodejs-18_x
|
|
||||||
|
|
||||||
- name: Checkout the repository
|
- name: Checkout the repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user