This commit is contained in:
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
|
||||
|
Loading…
Reference in New Issue
Block a user