Skip to content

Commit

Permalink
Fix Node20 error starting docker container
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Leonard <[email protected]>
  • Loading branch information
andrew-m-leonard committed Nov 29, 2024
1 parent 60f4f5e commit 620a80f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:

- name: Build Linux within container image "${{ matrix.image }}"
run: |
echo "HOME=$HOME"
echo "PWD=$PWD"
echo "HOME=${HOME}"
echo "PWD=${PWD}"
docker run --rm -w /home/jenkins -v "$PWD":"/home/jenkins" \
-e "JAVA_TO_BUILD=${{ matrix.version }}" \
-e "ARCHITECTURE=x64" \
Expand Down

0 comments on commit 620a80f

Please sign in to comment.