Skip to content

Commit

Permalink
Fixing the SVG slicing
Browse files Browse the repository at this point in the history
  • Loading branch information
madhephaestus committed Apr 4, 2022
1 parent 49163e6 commit 054f1b7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
call-workflow-passing-data:
uses: CommonWealthRobotics/Bowler-Script-Release-CI/.github/workflows/reusable-release.yml@reature/Xvfb
uses: CommonWealthRobotics/Bowler-Script-Release-CI/.github/workflows/reusable-release.yml@main
with:
filename: "CI-build-test-groovy-archive"
filelocation: "./CI-build-test.groovy"
4 changes: 2 additions & 2 deletions .github/workflows/reusable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install libraries
run: |
sudo apt update
sudo apt install libasound2-dev libavcodec-dev libavformat-dev libavutil-dev libgl-dev libgtk-3-dev libpango1.0-dev libxtst-dev
sudo apt install libasound2-dev libavcodec-dev libavformat-dev libavutil-dev libgl-dev libgtk-3-dev libpango1.0-dev libxtst-dev libgtk2.0-0
- name: start xvfb
run:
Xvfb :0 &
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: wget https://github.com/CommonWealthRobotics/bowler-script-kernel/releases/latest/download/bowler-kernel.jar

- name: Compile Script
run: xvfb-run -s '-screen 0 1024x768x24' java -jar bowler-kernel.jar -f ${{ inputs.filelocation }}
run: xvfb-run -s '-screen 0 1024x768x24' java -Dprism.verbose=true -Dprism.forceGPU=true -jar bowler-kernel.jar -f ${{ inputs.filelocation }}

- name: Archive Release
uses: thedoctor0/zip-release@master
Expand Down

0 comments on commit 054f1b7

Please sign in to comment.