commit ef6e095cb4006a69b50a1c8417d2df6d059a3adb
parent 9b66d74a058caecdc10f64df5e12ac5eeff0de08
Author: Raymond Li <hi@raymond.li>
Date: Sun, 8 Mar 2020 14:10:35 -0400
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
@@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: autoreconf
- - run: autoreconf --force --install
+ run: autoreconf --force --install
- name: configure
run: ./configure --disable-sanitizers
- name: make