Add more apt dependencies.
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 8s
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 8s
This commit is contained in:
parent
b16c61773f
commit
881b1bc02a
@ -11,7 +11,30 @@ 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 git nodejs
|
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
|
- name: Install .NET Tools
|
||||||
run: dotnet tool update -g docfx
|
run: dotnet tool update -g docfx
|
||||||
- name: Checkout Repository
|
- name: Checkout Repository
|
||||||
|
Loading…
Reference in New Issue
Block a user