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 4c5b0e7 commit 1675223Copy full SHA for 1675223
.github/workflows/build.yml
@@ -112,6 +112,10 @@ jobs:
112
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --setglobalstate off
113
sudo /usr/libexec/ApplicationFirewall/socketfilterfw --getglobalstate
114
115
+ # Check
116
+ - name: BASERUBY version
117
+ run: ruby --version
118
+
119
# ENABLE_PATH_CHECK=0: https://github.com/actions/virtual-environments/issues/267
120
- name: Set configure flags (head)
121
run: |
0 commit comments