mirror of
https://forge.fsky.io/lda/Parsee.git
synced 2026-03-13 13:45:10 +00:00
[CI] Don't doublequote
This commit is contained in:
parent
a3dc90f93e
commit
42f02010d4
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ jobs:
|
|||
uses: actions/checkout@v3
|
||||
- name: Build Parsee
|
||||
run: |
|
||||
echo '"CFLAGS=-Werror -Wall -Wextra -pedantic"' >> build.conf
|
||||
echo 'CFLAGS=-Werror -Wall -Wextra -pedantic' >> build.conf
|
||||
cat build.conf
|
||||
make && make ayadoc
|
||||
- name: Install Parsee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue