fix: Fixed agent ci install
Agent Release / build (push) Successful in 39s
Server Deploy / deploy (push) Successful in 1m28s
Agent Release / msi (push) Failing after 54s

This commit is contained in:
2026-07-17 12:31:13 +01:00
parent 55bae898f3
commit e09a61c0af
+3
View File
@@ -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