File tree Expand file tree Collapse file tree 1 file changed +15
-17
lines changed
Expand file tree Collapse file tree 1 file changed +15
-17
lines changed Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 container : buildpack-deps:bullseye
77 steps :
8- - name : Check something
9- run : gh
10- # - name: Update package source
11- # run: apt-get update
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 /github/workspace 3.4.6 -- --disable-install-rdoc LDFLAGS="-s"'
20- # - name: Upload artifact
21- # uses: actions/upload-artifact@v5
22- # with:
23- # name: ruby-3.4.6
24- # path: /github/workspace
8+ - name : Update package source
9+ run : apt-get update
10+ - name : Install ruby-install
11+ run : |
12+ curl -L https://github.com/postmodern/ruby-install/releases/download/v0.10.1/ruby-install-0.10.1.tar.gz -O
13+ tar -xvzf ruby-install-0.10.1.tar.gz
14+ cd ruby-install-0.10.1
15+ make install
16+ - name : Install Ruby
17+ run : ' ruby-install --rubies-dir /github/workspace 3.3.8 -- --disable-install-rdoc LDFLAGS="-s"'
18+ - name : Upload artifact
19+ uses : actions/upload-artifact@v5
20+ with :
21+ name : ruby-3.3.8
22+ path : /github/workspace
You can’t perform that action at this time.
0 commit comments