diff options
author | Vaxry <[email protected]> | 2024-12-16 19:21:44 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2024-12-16 19:21:44 +0100 |
commit | e06b520427a30f1c86562ad7cc3794bf03b40188 (patch) | |
tree | 54cbdf6f61c22d6abc4ef16fe6a5dabdf2542b1a /.github | |
parent | dab50b3ef3a1bad7f68320538223b6b41d1c6012 (diff) | |
download | Hyprland-e06b520427a30f1c86562ad7cc3794bf03b40188.tar.gz Hyprland-e06b520427a30f1c86562ad7cc3794bf03b40188.zip |
core: Move regex from stdlib to re2 (#8736)
Moves the regex handling from stdlib to re2
Diffstat (limited to '.github')
-rw-r--r-- | .github/actions/setup_base/action.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/actions/setup_base/action.yml b/.github/actions/setup_base/action.yml index e22f514e..c510bb74 100644 --- a/.github/actions/setup_base/action.yml +++ b/.github/actions/setup_base/action.yml @@ -60,7 +60,8 @@ runs: xcb-util \ xcb-util-image \ libzip \ - librsvg + librsvg \ + re2 - name: Get hyprwayland-scanner-git shell: bash |