Skip to content

Commit

Permalink
chore: fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Aloso committed Nov 29, 2024
1 parent 7c33e46 commit 975edb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
uses: Swatinem/rust-cache@v2

- name: Build and run tests
run: PCRE2_SYS_STATIC=1 cargo test
run: env PCRE2_SYS_STATIC=1 cargo test

coverage:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 975edb4

Please sign in to comment.