Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dequis/purple-facebook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author/ <>2021-02-11 19:27:58 +0300
committer/ <>2021-02-11 19:27:58 +0300
commit84ee0b7d1adc9b5ce01a4871aab2197cf22df073 (patch)
treee5a66b1f6cd3c72cd9d272558703254db5068832
parent0266e05ea71c8cb0c3eacd98979ba48bc7f59624 (diff)
moar typos
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5429df0..a8f498f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
- name: purple-facebook
run: |
- CFLAGS="-Werror" .autogen.sh --enable-warnings
+ CFLAGS="-Werror" ./autogen.sh --enable-warnings
make all clean
- name: scan-build
run: |