Skip to content

Commit 7746c12

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 /root/.cpprc && . /root/.cpprc || true) && \
195195
pnpm install && \
196196
pnpm run build
197197

0 commit comments

Comments
 (0)