From b6e28a8c19d438f0944b5634b15748e4a74e6093 Mon Sep 17 00:00:00 2001 From: Nico Burns Date: Fri, 21 Jun 2024 12:18:08 +1200 Subject: [PATCH] Try re-enabling for windows --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f355558..ffc6f039 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: cross: false, command: "test", args: "--all --tests", - setup: "" #perl -pi.bak -e 's/opt-level = 2/opt-level = 0/g' Cargo.toml + setup: perl -pi.bak -e 's/opt-level = 2/opt-level = 0/g' Cargo.toml } - { target: aarch64-apple-darwin, @@ -147,6 +147,7 @@ jobs: - name: Setup run: ${{ matrix.platform.setup }} + shell: bash - name: test run: |