Skip to content

Commit

Permalink
check rhel value
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyNava committed Dec 2, 2024
1 parent 0d8c705 commit 96edc84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ jobs:
build:
runs-on: self-hosted
steps:
- run rpm -E %{rhel}
- run: sudo dnf -y install perl
- run: perl -V
- name: Set ruby
Expand Down Expand Up @@ -42,7 +43,7 @@ jobs:
# - run: mkdir ~/tmp
# - run: chmod -R 777 ~/tmp
# - run: ls -al ~/tmp
- run: echo 'PREFIX='$PREFIX
# - run: echo 'PREFIX='$PREFIX

- name: Build Ruby
run: sudo ruby-build --verbose ${{ steps.ruby.outputs.ruby }} $PREFIX
Expand Down

0 comments on commit 96edc84

Please sign in to comment.