Skip to content

Commit

Permalink
Add x64 runtime condition to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Oct 6, 2024
1 parent 655a45f commit 2cf9ef7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

0 comments on commit 2cf9ef7

Please sign in to comment.