File tree Expand file tree Collapse file tree 1 file changed +11
-8
lines changed
Expand file tree Collapse file tree 1 file changed +11
-8
lines changed Original file line number Diff line number Diff line change 99 run : apt-get update
1010 - name : Create the rubies directory
1111 run : mkdir ~/.rubies
12- - name : Install ruby-install
13- run : |
14- curl -L https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz -O
15- tar -xvzf ruby-install-0.10.1.tar.gz
16- cd ruby-install-0.10.1
17- make install
18- - name : Install Ruby
19- run : ' ruby-install --rubies-dir ~/.rubies 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
12+ - name : Touch
13+ run : touch ~/.rubies/foo
14+ # - name: Install ruby-install
15+ # run: |
16+ # curl -L https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz -O
17+ # tar -xvzf ruby-install-0.10.1.tar.gz
18+ # cd ruby-install-0.10.1
19+ # make install
20+ # - name: Install Ruby
21+ # run: 'ruby-install --rubies-dir ~/.rubies 3.4.7 -- --disable-install-rdoc LDFLAGS="-s"'
2022 - name : Upload artifact
2123 uses : actions/upload-artifact@v5
2224 with :
2325 name : ruby-3.4.7
2426 path : ~/.rubies
27+ include-hidden-files : true
You can’t perform that action at this time.
0 commit comments