We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e798267 commit 78925eaCopy full SHA for 78925ea
1 file changed
.github/workflows/c-check.yml
@@ -36,10 +36,10 @@ jobs:
36
curl -L https://github.com/skvadrik/re2c/archive/refs/tags/4.3.tar.gz > re2c-4.3.tar.gz
37
tar xf re2c-4.3.tar.gz
38
cd re2c-4.3
39
- autoreconf -i -W all
40
- ./configure
41
- make -j"$(nproc)" -l"$(nproc)"
42
- sudo make install
+ cmake --preset=linux-gcc-release-ootree-skeleton-fast
+ cmake --build --preset=linux-gcc-release-ootree-skeleton-fast --parallel="$(nproc)"
+ sudo ln -sf "$(pwd)"/.build/linux-gcc-release-ootree-skeleton-fast/re2c /usr/local/bin/re2c
+ re2c --version
43
- name: Update rubygems & bundler
44
run: |
45
ruby -v
0 commit comments