We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac9d2e commit ea9c514Copy full SHA for ea9c514
.github/workflows/build-rubies.yml
@@ -0,0 +1,15 @@
1
+name: CI
2
+on: [push]
3
+jobs:
4
+ build:
5
+ runs-on: ubuntu-latest
6
+ container: buildpack-deps:bullseye
7
+ steps:
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
+ ruby-install-0.10.1
15
+ make install
.github/workflows/e2e-dummy-gem.yml
.github/workflows/main.yml
0 commit comments