Skip to content

Commit 778ef85

Browse files
committed
fix: use exact /root/.cpprc path
1 parent a703624 commit 778ef85

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

0 commit comments

Comments
 (0)