Skip to content

Commit b2c3343

Browse files
committed
chore: comment about libstdcpp
1 parent f37de5d commit b2c3343

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_release_assets.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,8 @@ jobs:
306306
zypper install -y git-core
307307
;;
308308
clearlinux*)
309+
# install libstdcpp: as of June 2025, libstdcpp is not part of clearlinux base image
310+
# and it is needed by node in actions/download-artifact@v4
309311
swupd bundle-add libstdcpp
310312
swupd bundle-add git
311313
;;

0 commit comments

Comments
 (0)