Skip to content

Commit

Permalink
github actions: Ignore clang --version failure
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed Aug 23, 2024
1 parent b24ff28 commit 54b2379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:

- name: configure
run: |
$(CC) --version
$(CC) --version || echo unknown $(CC) version
./configure $CONFIGURE_FLAGS CFLAGS="-O2 -Wall -Wno-pointer-sign $EXTRACFLAGS" --prefix="$HOME/inst" || (cat config.log; exit 1)
- name: nowritev
Expand Down

0 comments on commit 54b2379

Please sign in to comment.