Skip to content

Commit

Permalink
Try clang again
Browse files Browse the repository at this point in the history
  • Loading branch information
ToMe25 authored Feb 15, 2021
1 parent ac54c1d commit 14b1a89
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,15 @@ jobs:

- name: Meson setup
run: meson setup builddir/
env:
CC: clang
CXX: clang

- name: Meson compile
run: meson compile -C builddir/ -v
env:
CC: clang
CXX: clang

- name: Release add build
id: release_build
Expand Down

0 comments on commit 14b1a89

Please sign in to comment.