File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,10 +11,6 @@ pre-flight() {
1111 # Installing git package
1212 pacman -S --noconfirm git
1313
14- # Installing ca-certificates package to avoid SSL issues
15- pacman -S --noconfirm ca-certificates
16- update-ca-trust
17-
1814 # Installing openssh package
1915 if [[ -n " ${SSH_PRIVATE_KEY} " ]]; then
2016 pacman -S --noconfirm openssh
@@ -41,7 +37,7 @@ pre-flight() {
4137 git config --global --add safe.directory " *"
4238}
4339
44- init_ruby () {
40+ init-ruby () {
4541 # Manually specify the language version for C compilation for ruby-build
4642 # to avoid error when building ruby and building ruby extensions.
4743 # C23 by default in GCC15: https://gcc.gnu.org/gcc-15/changes.html#c
@@ -60,4 +56,4 @@ init_ruby() {
6056 ruby -v && bundle version
6157}
6258
63- pre-flight && init_ruby
59+ pre-flight && init-ruby
You can’t perform that action at this time.
0 commit comments