This commit is contained in:
parent
0805e7a3c5
commit
1b0aae63bf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue