Add explicit apps/server workdir for wasm tool install invocations (#1355)

This commit is contained in:
Leendert de Borst
2025-11-13 22:14:23 +00:00
committed by Leendert de Borst
parent fd64ea8647
commit 198fc57d93
3 changed files with 5 additions and 2 deletions
@@ -24,6 +24,7 @@ jobs:
dotnet-version: 9.0.x
- name: Install dependencies
working-directory: apps/server
run: dotnet workload install wasm-tools
- name: Build
+1
View File
@@ -23,6 +23,7 @@ jobs:
dotnet-version: 9.0.x
- name: Install dependencies
working-directory: apps/server
run: dotnet workload install wasm-tools
- name: Restore dependencies