File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 3737 #!/bin/bash --
3838 exec /usr/bin/docker exec -i ${{ steps.container.outputs.id }} nix-shell --packages ${{ inputs.packages }} --run "$(comm -23z <(env -0 -u PATH | sort -z) <(base64 -d <<< ${{ steps.env.outputs.env }}) | xargs -0 /bin/bash -c 'printf "export %q; " "$@"' --)cd $(printf %q "$PWD") && exec bash$(printf ' %q' "${@:1:$#-1}")" <"${@:$#}"
3939 EOF
40+ echo "$HOME/.local/bin" | tee -a "$GITHUB_PATH"
4041 shell: bash
4142
4243 - run : env
Original file line number Diff line number Diff line change 7373 - os : ubuntu-latest
7474 container :
7575 image : docker.io/nixos/nix:latest
76+ - os : ubuntu-24.04-arm
77+ container :
78+ image : docker.io/nixos/nix:latest
7679 - os : ubuntu-latest
7780 vm :
7881 os : freebsd
You can’t perform that action at this time.
0 commit comments