From c58fa70e9420e437066d746751efd847c2b8ce7d Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Mon, 20 Nov 2023 12:44:45 -0800 Subject: [PATCH] =?UTF-8?q?try=20setting=20shell=20to=20bash=20=C2=AF\=5F(?= =?UTF-8?q?=E3=83=84)=5F/=C2=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-python-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index dd4f1e7b3..db9ba5982 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -58,13 +58,13 @@ jobs: - os: windows-2022 target: aarch64-pc-windows-msvc + shell: bash - os: ubuntu-22.04 target: x86_64-unknown-linux-gnu - os: ubuntu-22.04 target: aarch64-unknown-linux-gnu - # build: | steps: - name: Checkout repo