CI test: try to add node to PATH
Some checks failed
/ Build Nix targets (push) Failing after 4s

This commit is contained in:
Théo Barnouin 2024-10-24 11:46:20 +02:00
parent 0805e7a3c5
commit 1b0aae63bf

View file

@ -9,7 +9,7 @@ jobs:
options: --user root
steps:
- name: Hack container for local development
run: echo /home/runner/externals/node20/bin >> $GITHUB_PATH
run: echo /home/runner/externals/node20/bin >> ${{ GITHUB_ACTION_PATH }}
- uses: actions/checkout@v4
- name: Check Nix flake inputs
uses: https://github.com/DeterminateSystems/flake-checker-action@v5