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 541251d commit 21dcc50Copy full SHA for 21dcc50
1 file changed
.github/workflows/build.yml
@@ -97,10 +97,10 @@ jobs:
97
platform=${platform/%.04-arm/.04-arm64}
98
echo "platform=$platform" >> $GITHUB_OUTPUT
99
# Build
100
- - name: Setup system ruby
101
- uses: ruby/setup-ruby@master
102
- with:
103
- ruby-version: 3.2
+ # - name: Setup system ruby
+ # uses: ruby/setup-ruby@master
+ # with:
+ # ruby-version: 3.2
104
- name: Setup system python
105
uses: actions/setup-python@v6
106
with:
0 commit comments