From 66c3920cdcf81445f5012e37a4e5193446f339a9 Mon Sep 17 00:00:00 2001 From: Lamparter Date: Mon, 7 Oct 2024 18:10:10 +0100 Subject: [PATCH] Remove x64 runtime identifier from CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 876e510..0ca4858 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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