Skip to content

Commit

Permalink
Try re-enabling for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Jun 21, 2024
1 parent a2ca193 commit b6e28a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -147,6 +147,7 @@ jobs:

- name: Setup
run: ${{ matrix.platform.setup }}
shell: bash

- name: test
run: |
Expand Down

0 comments on commit b6e28a8

Please sign in to comment.