mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 17:05:11 +00:00
[CI] What?
This commit is contained in:
parent
3ae262c452
commit
a3dc90f93e
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ jobs:
|
||||||
- name: Clone Parsee
|
- name: Clone Parsee
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- name: Build Parsee
|
- name: Build Parsee
|
||||||
run: >
|
run: |
|
||||||
echo 'CFLAGS=-Werror -Wall -Wextra -pedantic' >> build.conf
|
echo '"CFLAGS=-Werror -Wall -Wextra -pedantic"' >> build.conf
|
||||||
cat build.conf
|
cat build.conf
|
||||||
make && make ayadoc
|
make && make ayadoc
|
||||||
- name: Install Parsee
|
- name: Install Parsee
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue