fix: Fixed agent ci install
This commit is contained in:
@@ -59,6 +59,9 @@ jobs:
|
||||
runs-on: ubuntu-docker
|
||||
container: mcr.microsoft.com/dotnet/sdk:9.0
|
||||
steps:
|
||||
- name: Install Node (required by JS actions)
|
||||
run: apt-get update && apt-get install -y nodejs
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
||||
Reference in New Issue
Block a user