mirror of
https://github.com/aliasvault/aliasvault.git
synced 2026-05-18 13:28:12 -04:00
Add explicit apps/server workdir for wasm tool install invocations (#1355)
This commit is contained in:
committed by
Leendert de Borst
parent
fd64ea8647
commit
198fc57d93
@@ -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
.github/workflows/dotnet-unit-tests.yml
vendored
1
.github/workflows/dotnet-unit-tests.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user