YAML shenanigans.
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 9s

This commit is contained in:
H. Utku Maden 2025-01-25 19:55:35 +03:00
parent 881b1bc02a
commit e09ecd496b

@ -11,30 +11,31 @@ jobs:
image: mcr.microsoft.com/devcontainers/dotnet
steps:
- name: Install APT dependencies
run: apt update -y && apt install -y \
git \
nodejs \
libglib2.0-0 \
libnss3 \
libnspr4 \
libdbus-1-3 \
libatk1.0-0 \
libatk-bridge2.0-0 \
libcups2 \
libdrm2 \
libxcb1 \
libxkbcommon0 \
libx11-6 \
libxcomposite1 \
libxdamage1 \
libxext6 \
libxfixes3 \
libxrandr2 \
libgbm1 \
libpango-1.0-0 \
libcairo2 \
libasound2 \
libatspi2.0-0
run: |
apt update -y && apt install -y
git \
nodejs \
libglib2.0-0 \
libnss3 \
libnspr4 \
libdbus-1-3 \
libatk1.0-0 \
libatk-bridge2.0-0 \
libcups2 \
libdrm2 \
libxcb1 \
libxkbcommon0 \
libx11-6 \
libxcomposite1 \
libxdamage1 \
libxext6 \
libxfixes3 \
libxrandr2 \
libgbm1 \
libpango-1.0-0 \
libcairo2 \
libasound2 \
libatspi2.0-0
- name: Install .NET Tools
run: dotnet tool update -g docfx
- name: Checkout Repository