Compare commits

...
Author SHA1 Message Date
mrhid6 e09a61c0af 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
2026-07-17 12:31:13 +01:00
mrhid6 55bae898f3 fix compile error
Server Deploy / deploy (push) Successful in 1m34s
2026-07-17 12:29:04 +01:00
2 changed files with 3 additions and 0 deletions
+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