Skip to content

Commit f5c4e90

Browse files
committed
wip
1 parent 195980c commit f5c4e90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ jobs:
105105
brew link --force --overwrite [email protected]
106106
echo "LDFLAGS=-L/opt/homebrew/opt/[email protected]/lib" >> "$GITHUB_ENV"
107107
echo "CPPFLAGS=-I/opt/homebrew/opt/[email protected]/include" >> "$GITHUB_ENV"
108+
echo "CXXFLAGS=-Wno-error=deprecated-declarations" >> "$GITHUB_ENV"
108109
109110
- name: Set Ccache directory
110111
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)