We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27c5532 commit 8628c6bCopy full SHA for 8628c6b
.github/workflows/main.yml
@@ -87,7 +87,7 @@ jobs:
87
dnf install -y dnf-plugins-core
88
dnf config-manager --set-enabled crb
89
dnf module -y enable ruby:3.3
90
- dnf install -y gcc make git libyaml-devel ruby-devel ruby openblas-devel
+ dnf install -y gcc make git libstdc++ libyaml-devel ruby-devel ruby openblas-devel
91
bundle config silence_root_warning true
92
- name: Build and test
93
run: |
0 commit comments