Only apply to ruby
This commit is contained in:
parent
fc3cb91107
commit
6f88667556
@ -1,7 +1,7 @@
|
|||||||
if ! command -v ruby &>/dev/null; then
|
if ! command -v ruby &>/dev/null; then
|
||||||
# Install Ruby using gcc-14 for compatibility
|
# Install Ruby using gcc-14 for compatibility
|
||||||
yay -S --noconfirm --needed gcc14
|
yay -S --noconfirm --needed gcc14
|
||||||
mise set -g CC=gcc-14 CXX=g++-14
|
mise settings set ruby.ruby_build_opts "CC=gcc-14 CXX=g++-14"
|
||||||
mise install -g ruby
|
mise install -g ruby
|
||||||
|
|
||||||
# Trust .ruby-version
|
# Trust .ruby-version
|
||||||
|
Loading…
x
Reference in New Issue
Block a user