Skip to content

Commit

Permalink
install pcre for macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
svirpioj committed Oct 11, 2023
1 parent 3685b78 commit d302663
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-github.yaml
Expand Up @@ -49,6 +49,7 @@ jobs:
conda create -n meson python=3.8
conda activate meson
conda install -y meson
brew install pcre
make download-build-static-deps
conda deactivate
Expand Down

0 comments on commit d302663

Please sign in to comment.