core: Move regex from stdlib to re2 (#8736)
Moves the regex handling from stdlib to re2
This commit is contained in:
parent
dab50b3ef3
commit
e06b520427
9 changed files with 41 additions and 63 deletions
3
.github/actions/setup_base/action.yml
vendored
3
.github/actions/setup_base/action.yml
vendored
|
|
@ -60,7 +60,8 @@ runs:
|
|||
xcb-util \
|
||||
xcb-util-image \
|
||||
libzip \
|
||||
librsvg
|
||||
librsvg \
|
||||
re2
|
||||
|
||||
- name: Get hyprwayland-scanner-git
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue