This commit is contained in:
parent
4f6e2c3369
commit
1fbe51c4ce
@ -4,11 +4,11 @@ on: [push]
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
PATH: /run/current-system/sw/bin/:/nix/var/nix/profiles/per-user/gitea-runner/profile/bin
|
# PATH: /run/current-system/sw/bin/:/nix/var/nix/profiles/per-user/gitea-runner/profile/bin
|
||||||
|
|
||||||
# defaults:
|
defaults:
|
||||||
# run:
|
run:
|
||||||
# shell: nix shell nixpkgs#nodejs-18_x
|
shell: /run/current-system/sw/bin/nix shell nixpkgs#nodejs-18_x
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
check-flake:
|
check-flake:
|
||||||
@ -23,8 +23,8 @@ jobs:
|
|||||||
# with:
|
# with:
|
||||||
# github_access_token: ${{ secrets.__GITHUB_TOKEN }}
|
# github_access_token: ${{ secrets.__GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Install dependencies
|
# - name: Install dependencies
|
||||||
run: nix profile install nixpkgs#nodejs-18_x
|
# run: nix profile install nixpkgs#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