diff options
Diffstat (limited to '.github/workflows/ant.yml')
-rw-r--r-- | .github/workflows/ant.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 66094bab..043356b8 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -124,4 +124,4 @@ jobs: run: docker build --build-arg jdk=${{ matrix.jdk }} -t lombok-${{ matrix.tool }}-jdk${{ matrix.jdk }} -f ${{ matrix.tool }}/Dockerfile . - name: Compile in container - run: docker run -v dist/lombok.jar:/workspace/lombok.jar lombok-${{ matrix.tool }}-jdk${{ matrix.jdk }} /bin/bash -c "cd /classpath; mvn compile"
\ No newline at end of file + run: docker run -v $(pwd)/lombok.jar:/workspace/lombok.jar lombok-${{ matrix.tool }}-jdk${{ matrix.jdk }} /bin/bash -c "cd /classpath; mvn compile"
\ No newline at end of file |