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 4860104 commit 432b336Copy full SHA for 432b336
.github/workflows/release.yml
@@ -15,10 +15,13 @@ jobs:
15
uses: actions/checkout@v4
16
- name: Install deps
17
run: |
18
- curl -sSL https://get.rvm.io | bash -s head --ruby
19
- source ~/.rvm/scripts/rvm
20
- ruby -v
21
- gem install json rack rake
+ sudo apt-get install -y libcurl4-openssl-dev
+ sudo /usr/bin/ruby3.2 /usr/bin/gem install rack
+ # run: |
+ # curl -sSL https://get.rvm.io | bash -s head --ruby=3.3.6
22
+ # source ~/.rvm/scripts/rvm
23
+ # ruby -v
24
+ # gem install json rack rake
25
- name: Build Binary
26
run: make build
27
- name: Create Release
0 commit comments