We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b36a19a commit 3153b1dCopy full SHA for 3153b1d
.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 gcc-g++ make git libyaml-devel ruby-devel ruby openblas-devel
91
bundle config silence_root_warning true
92
- name: Build and test
93
run: |
0 commit comments