Skip to content

Commit

Permalink
blind fix for OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash-L2L committed Aug 7, 2023
1 parent ca9c3fd commit 8599969
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
run: ./autogen.sh

- name: Configure
run: ./configure
run: CXX=$(brew --prefix llvm@15)/bin/clang++ ./configure

- name: Build
run: make -j 3
Expand Down

0 comments on commit 8599969

Please sign in to comment.