Skip to content

Commit

Permalink
ci: Add x86 Runtime
Browse files Browse the repository at this point in the history
--> We're publishing dscom.exe within dscom.build
as not selfcontained. Hence the hostfxr must be installed.
  • Loading branch information
Carsten Igel committed Apr 26, 2024
1 parent 72133d2 commit 4b70894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/example-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ jobs:
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
- name: Setup .NET (x86)
uses: actions/setup-dotnet@v3
with:
global-json-file: global.json
env:
PROCESSOR_ARCHITECTURE: x86

- name: Restore dependencies
run: dotnet restore
Expand Down

0 comments on commit 4b70894

Please sign in to comment.