Skip to content

Commit 432b336

Browse files
committed
Try use apt
1 parent 4860104 commit 432b336

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/release.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,13 @@ jobs:
1515
uses: actions/checkout@v4
1616
- name: Install deps
1717
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
18+
sudo apt-get install -y libcurl4-openssl-dev
19+
sudo /usr/bin/ruby3.2 /usr/bin/gem install rack
20+
# run: |
21+
# 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
2225
- name: Build Binary
2326
run: make build
2427
- name: Create Release

0 commit comments

Comments
 (0)