Github CI is fun!
Some checks failed
Build and Deploy / build_and_deploy (push) Failing after 20s

This commit is contained in:
H. Utku Maden 2025-01-25 19:25:52 +03:00
parent 9592f4f8e4
commit 386b07d1b8

@ -11,7 +11,7 @@ jobs:
image: mcr.microsoft.com/devcontainers/dotnet
steps:
- name: Install .NET Tools
run: apt update && apt install node git
run: apt update -y && apt install -y git
- name: Install .NET Tools
run: dotnet tool update -g docfx
- name: Checkout Repository