CalPolyCSC / thesis-template

A LaTeX template for Cal Poly Master's theses which conforms to the guidelines given by the graduate education department.
MIT License
51 stars 60 forks source link

Build and Release New Sample PDF Action Failing #44

Open ddmarshall opened 3 months ago

ddmarshall commented 3 months ago

When this github action runs it produces the following error and warnings:

ddmarshall commented 1 week ago

Fixed the two build messages about actions/checkout and the set-output in 4c1666b.

Current build process has an error building against TeX Live 2021, which is what the latest Ubuntu image is using. From Overleaf TeXLive 2022 and up do compile.

The actions/upload-artifact and actions/create-release messages are probably still there, as well as the Create Release Step error.

This workflow has been disabled until this can be tracked down (or Ubuntu latest goes to a newer version of TEX Live.

ddmarshall commented 1 week ago

One adjustment to the workflow that should be done is pare-down the packages that are installed. To get the project to build I changed the packages to texlive-full. This adds considerable time (4 minutes) to the workflow. This should be worked on in a VM locally to get the minimum (or smaller set of) packages installed.