Skip to content

Commit

Permalink
build flags
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Jan 8, 2024
1 parent cb47f68 commit bf470b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
- name: Build C++
run: |
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
export CONFIGS="shared cpp11-shared"
export CONFIGS="shared cpp98-shared cpp11-shared"
make -C cpp -j3 V=1
shell: bash
if: runner.os == 'macOS' || runner.os == 'Linux'
Expand Down

0 comments on commit bf470b6

Please sign in to comment.