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,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 \