wip
Some checks failed
Check Flake / check-flake (push) Failing after 40s

This commit is contained in:
Zuckerberg 2023-09-30 23:18:41 -06:00
parent 3611243a7d
commit 352cf2b407

View File

@ -14,7 +14,7 @@ jobs:
check-flake:
runs-on: ubuntu-latest
steps:
- run: node --version
# - run: node --version
- name: Install basic dependencies
run: apt-get update && apt-get install -y --no-install-recommends sudo curl ca-certificates xz-utils
@ -23,8 +23,8 @@ jobs:
with:
github_access_token: ${{ secrets.__GITHUB_TOKEN }}
- name: Install dependencies
run: nix profile install nixpkgs#nodejs-18_x
# - name: Install dependencies
# run: nix profile install nixpkgs#nodejs-18_x
- name: Checkout the repository
uses: actions/checkout@v3