Skip to content

Commit 1675223

Browse files
committed
Print BASERUBY version
1 parent 4c5b0e7 commit 1675223

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ jobs:
112112
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
113113
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
114114
115+
# Check
116+
- name: BASERUBY version
117+
run: ruby --version
118+
115119
# ENABLE_PATH_CHECK=0: https://github.com/actions/virtual-environments/issues/267
116120
- name: Set configure flags (head)
117121
run: |

0 commit comments

Comments
 (0)