Skip to content

Commit eca2382

Browse files
committed
ci: fix alpine not having cpprc
1 parent 8dda023 commit eca2382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ jobs:
191191
${{ steps.read-installer-script.outputs.install_deps }}
192192
193193
run: |
194-
test -f /root/.cpprc && . /root/.cpprc && \
194+
(test -f $HOME/.cpprc && . $HOME/.cpprc || true) && \
195195
pnpm install && \
196196
pnpm run build
197197

0 commit comments

Comments
 (0)