File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313 - uses : actions/checkout@v2
1414 - name : Set tag release as environment variable
1515 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
16- - name : Step 0- Build glslviewer
16+ - name : Step 0 - Build glslviewer
1717 run : |
1818 # Install glslviewer
1919 sudo apt-get update && sudo apt-get install git build-essential cmake xorg-dev libglu1-mesa-dev libncurses5-dev libncursesw5-dev \
4040 /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_99.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :99 -screen 0 1920x1200x24 -ac +extension GLX
4141 sudo apt-get install texlive-xetex pandoc python3
4242 - name : Step 2 - Build book.pdf
43- run : make pdf
43+ run : make pdf-without-images
4444 - name : Step 3 - Append version to book.pdf
4545 run : |
4646 mkdir release
You can’t perform that action at this time.
0 commit comments