We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 017033b commit a703624Copy full SHA for a703624
1 file changed
.github/workflows/CI.yml
@@ -190,6 +190,7 @@ jobs:
190
${{ steps.read-installer-script.outputs.install_deps }}
191
192
run: |
193
+ test -f $HOME/.cpprc && . $HOME/.cpprc && \
194
pnpm install && \
195
pnpm run build
196
0 commit comments