CI test: try to add node to /home/tbarnouin/micromamba/condabin:/nix/store/0fpd2rfwlf1gqv4x95rpfmyg57w018gn-kitty-0.34.1/bin:/nix/store/ppsaphf6wy9y8wqrcdlk2cciy6f8xqxw-imagemagick-7.1.1-38/bin:/nix/store/5fk6fyzbar5hmrhm5hnjdvvk261afms3-ncurses-6.4-dev/bin:/home/tbarnouin/.local/bin:/run/wrappers/bin:/home/tbarnouin/.nix-profile/bin:/nix/profile/bin:/home/tbarnouin/.local/state/nix/profile/bin:/etc/profiles/per-user/tbarnouin/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin

This commit is contained in:
Théo Barnouin 2024-10-24 11:44:17 +02:00
parent 6c5e3edfa1
commit e01e0c9b6f

View file

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