Skip to content

Commit a703624

Browse files
committed
ci: source cpprc before building
1 parent 017033b commit a703624

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
@@ -190,6 +190,7 @@ jobs:
190190
${{ steps.read-installer-script.outputs.install_deps }}
191191
192192
run: |
193+
test -f $HOME/.cpprc && . $HOME/.cpprc && \
193194
pnpm install && \
194195
pnpm run build
195196

0 commit comments

Comments
 (0)