mess with LD_LIBRARY_PATH

This commit is contained in:
Jeffrey C. Ollie 2023-04-15 23:08:34 -05:00
parent 26bac0b55b
commit 06adad3aaa
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -4,9 +4,13 @@ on:
jobs:
build:
runs-on: ubuntu-latest
container: docker.io/jcollie/nixos-runner:14-9b8a7bca
container: docker.io/jcollie/nixos-runner:latest
steps:
- run: ldd /__e/node16/bin/node
- run: echo "ld-library-path=${LD_LIBRARY_PATH}" >> $GITHUB_OUTPUT
id: ld-library-path
- uses: actions/checkout@v3
env:
LD_LIBRARY_PATH: ${{ steps.ld-library-path.outputs.ld-library-path }}
- run: nix -L build .#nixos-runner
- run: nix run .#push-container -- result --registry ghcr.io --repository jcollie/nixos-runner