This commit is contained in:
parent
881b1bc02a
commit
e09ecd496b
@ -11,7 +11,8 @@ jobs:
|
||||
image: mcr.microsoft.com/devcontainers/dotnet
|
||||
steps:
|
||||
- name: Install APT dependencies
|
||||
run: apt update -y && apt install -y \
|
||||
run: |
|
||||
apt update -y && apt install -y
|
||||
git \
|
||||
nodejs \
|
||||
libglib2.0-0 \
|
||||
|
Loading…
Reference in New Issue
Block a user