mess with LD_LIBRARY_PATH
This commit is contained in:
parent
26bac0b55b
commit
06adad3aaa
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue