Skip to content

Commit 3f103db

Browse files
authored
Fix chrome update action is failing (dotnet#107131)
* Fix the error in action.
1 parent 4d501d9 commit 3f103db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/mono/wasm/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ test-runner:
3838
$(DOTNET) build $(TOP)/src/libraries/Common/tests/WasmTestRunner /p:Configuration=$(CONFIG) $(MSBUILD_ARGS)
3939

4040
build-tasks:
41-
$(DOTNET) build $(TOP)/src/tasks/tasks.proj /p:Configuration=$(CONFIG) $(MSBUILD_ARGS)
41+
$(DOTNET) build $(TOP)/src/tasks/tasks.proj /p:Configuration=$(CONFIG) /p:TargetOS=browser $(MSBUILD_ARGS)
4242

4343
clean:
4444
$(RM) -rf $(BUILDS_OBJ_DIR)

0 commit comments

Comments
 (0)