From 55117fb50abceb4741025d7b6b489aae3cc9e4e9 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 47065e09..484e830a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -690,6 +690,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