Skip to content

Commit 152cd57

Browse files
committed
fix: install libstdcpp for clearlinux
1 parent f78efe7 commit 152cd57

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build_release_assets.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ jobs:
292292
- clearlinux:latest
293293

294294
steps:
295+
- name: Install requirements
296+
run: |
297+
case "${{ matrix.image }}" in
298+
clearlinux*)
299+
swupd bundle-add libstdcpp
300+
;;
301+
esac
302+
295303
- name: Download OS packages
296304
uses: actions/download-artifact@v4
297305
with:

0 commit comments

Comments
 (0)