This commit is contained in:
parent
3611243a7d
commit
352cf2b407
@ -14,7 +14,7 @@ jobs:
|
|||||||
check-flake:
|
check-flake:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: node --version
|
# - run: node --version
|
||||||
- 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
|
||||||
|
|
||||||
@ -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