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