From 2ca65750bc74946ae7196516fc6dbfc3bd1cbdb3 Mon Sep 17 00:00:00 2001 From: Phillip Mienk Date: Thu, 17 Aug 2023 00:00:18 -0700 Subject: [PATCH] Regenerate artifacts. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e12baf3..1eeda93 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -720,6 +720,8 @@ jobs: steps: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.1 + with: + msbuild-architecture: x64 - name: Checkout repository uses: actions/checkout@v3