[CI] What?

This commit is contained in:
LDA 2024-09-10 21:41:21 +02:00
commit a3dc90f93e

View file

@ -23,8 +23,8 @@ jobs:
- name: Clone Parsee
uses: actions/checkout@v3
- name: Build Parsee
run: >
echo 'CFLAGS=-Werror -Wall -Wextra -pedantic' >> build.conf
run: |
echo '"CFLAGS=-Werror -Wall -Wextra -pedantic"' >> build.conf
cat build.conf
make && make ayadoc
- name: Install Parsee