File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed
Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 66 container : buildpack-deps:bullseye
77 steps :
88 - name : Check something
9- run : ldd --version
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
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
You can’t perform that action at this time.
0 commit comments