Skip to content

Commit

Permalink
Pin use_pcre in build environments where PCRE2 is not yet available (
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Feb 22, 2023
1 parent 5b05549 commit 0ee57ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Run stdlib specs
uses: docker://jhass/crystal:1.0.0-alpine-build
with:
args: make std_spec
args: make std_spec FLAGS=-Duse_pcre
aarch64-musl-test-compiler:
needs: aarch64-musl-build
runs-on: [linux, ARM64]
Expand Down

0 comments on commit 0ee57ba

Please sign in to comment.