Skip to content

Commit

Permalink
Remove x64 runtime identifier from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter authored Oct 7, 2024
1 parent 43c358c commit 66c3920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:

- name: Build ${{ matrix.project }}
shell: pwsh
run: msbuild ${{ matrix.project }} /p:Configuration=Debug;Platform=x64 /r
run: msbuild ${{ matrix.project }} /p:Configuration=Debug /r

0 comments on commit 66c3920

Please sign in to comment.