From 2cf9ef74840cdb07a246a348493918094d6abb3c Mon Sep 17 00:00:00 2001 From: Lamparter Date: Sun, 6 Oct 2024 13:21:43 +0100 Subject: [PATCH] Add x64 runtime condition to CI --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 288bb2b..2953985 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,6 @@ jobs: matrix: project: - Rebound/Rebound.csproj - - About/Rebound.About.csproj # Add more in the future as more projects are added steps: @@ -38,4 +37,4 @@ jobs: - name: Build ${{ matrix.project }} shell: pwsh - run: msbuild ${{ matrix.project }} /p:Configuration=Release /r + run: msbuild ${{ matrix.project }} /p:Configuration=Release /p:Runtime=x64 /r