Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
Signed-off-by: Corey Minyard <[email protected]>
  • Loading branch information
cminyard committed Jul 20, 2023
1 parent cde26ac commit 06b67ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macosbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
run: |
mkdir $INSTALLPREFIX
./reconf
./configure --prefix=$(pwd)/$INSTALLPREFIX/
./configure --prefix=$(pwd)/$INSTALLPREFIX/ \
--with-cplusplus-ver=201103
- name: Build
run: |
make
Expand Down

0 comments on commit 06b67ad

Please sign in to comment.