| commit | f5ce683080436b3aa5ea1b21e07cfcab04aec715 | [log] [tgz] |
|---|---|---|
| author | Alon Zakai <[email protected]> | Mon Mar 21 22:03:33 2022 |
| committer | Alon Zakai <[email protected]> | Mon Mar 21 22:03:33 2022 |
| tree | ea36f251fdf8e13d1857d2b82c74fe276df433e4 | |
| parent | 6470f56813f516b87b6843555230712a5eb3f2d1 [diff] |
fix
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aeb76c5..c8ff7b9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -108,7 +108,7 @@ # XXX run: python check.py --binaryen-bin=out/bin - name: verify auto-updating causes no changes - run: ./auto_update_tests.py lit | git diff test/ - + run: ./auto_update_tests.py lit | git diff test/ if: matrix.os == 'ubuntu-latest' build-clang: