Print a GitHub Actions error annotation if install_deps.sh fails

See https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-commands#setting-an-error-message
This commit is contained in:
Rangi
2026-04-13 02:03:54 -04:00
parent c7663423d6
commit fc08ab6aee
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ RUN apt-get update && \
apt-get install sudo make cmake gcc build-essential -y
# Install dependencies and compile RGBDS
RUN ./.github/scripts/install_deps.sh ubuntu-24.04
RUN ./.github/scripts/install_deps.sh debian
RUN make -j CXXFLAGS="-O3 -flto -DNDEBUG -static" PKG_CONFIG="pkg-config --static" Q=
# Create an archive with the compiled executables and all the necessary to install it,