This commit is contained in:
parent
881b1bc02a
commit
e09ecd496b
@ -11,7 +11,8 @@ 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: |
|
||||||
|
apt update -y && apt install -y
|
||||||
git \
|
git \
|
||||||
nodejs \
|
nodejs \
|
||||||
libglib2.0-0 \
|
libglib2.0-0 \
|
||||||
|
Loading…
Reference in New Issue
Block a user