Skip to content

Commit 195980c

Browse files
committed
wip
1 parent 53938da commit 195980c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ jobs:
103103
run: |
104104
brew install [email protected]
105105
brew link --force --overwrite [email protected]
106+
echo "LDFLAGS=-L/opt/homebrew/opt/[email protected]/lib" >> "$GITHUB_ENV"
107+
echo "CPPFLAGS=-I/opt/homebrew/opt/[email protected]/include" >> "$GITHUB_ENV"
106108
107109
- name: Set Ccache directory
108110
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
@@ -116,7 +118,9 @@ jobs:
116118
restore-keys: ${{ github.job }}-ccache-
117119

118120
- name: CI script
119-
run: ./ci/test_run_all.sh
121+
run: |
122+
env
123+
./ci/test_run_all.sh
120124
121125
- name: Save Ccache cache
122126
uses: actions/cache/save@v4

0 commit comments

Comments
 (0)