Skip to content

Commit 8628c6b

Browse files
committed
ci: add libstdc++ to installation packages
1 parent 27c5532 commit 8628c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
dnf install -y dnf-plugins-core
8888
dnf config-manager --set-enabled crb
8989
dnf module -y enable ruby:3.3
90-
dnf install -y gcc make git libyaml-devel ruby-devel ruby openblas-devel
90+
dnf install -y gcc make git libstdc++ libyaml-devel ruby-devel ruby openblas-devel
9191
bundle config silence_root_warning true
9292
- name: Build and test
9393
run: |

0 commit comments

Comments
 (0)