Skip to content

Commit

Permalink
change to run |
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed Nov 24, 2023
1 parent 1da6f62 commit a102d8b
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,12 @@ jobs:
cp -r models/* target/jfx/app/
- name: Build with Docker
run: docker run --rm \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
litongjava/centos-7-maven:3.8.8 \
mvn jfx:native -DskipTests
run: |
docker run --rm \
-v ${{ github.workspace }}:/workspace \
-w /workspace \
litongjava/centos-7-maven:3.8.8 \
mvn jfx:native -DskipTests
- name: Show Native Files
run: ls target/jfx/native
Expand Down

0 comments on commit a102d8b

Please sign in to comment.