diff --git a/.gitea/workflows/check-flake.yaml b/.gitea/workflows/check-flake.yaml index 1fa0d8f..5fa106e 100644 --- a/.gitea/workflows/check-flake.yaml +++ b/.gitea/workflows/check-flake.yaml @@ -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