Skip to content

Commit 21dcc50

Browse files
committed
Use the alredy-installed Ruby to avoid cycle when adding a new platform
1 parent 541251d commit 21dcc50

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ jobs:
9797
platform=${platform/%.04-arm/.04-arm64}
9898
echo "platform=$platform" >> $GITHUB_OUTPUT
9999
# Build
100-
- name: Setup system ruby
101-
uses: ruby/setup-ruby@master
102-
with:
103-
ruby-version: 3.2
100+
# - name: Setup system ruby
101+
# uses: ruby/setup-ruby@master
102+
# with:
103+
# ruby-version: 3.2
104104
- name: Setup system python
105105
uses: actions/setup-python@v6
106106
with:

0 commit comments

Comments
 (0)