Skip to content

Commit

Permalink
change to github.workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Nov 24, 2023
1 parent 31128ec commit 1da6f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Build with Docker
run: docker run --rm \
-v $(pwd):/workspace \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
litongjava/centos-7-maven:3.8.8 \
mvn jfx:native -DskipTests
Expand Down

0 comments on commit 1da6f62

Please sign in to comment.