We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748e2b7 commit d7320a4Copy full SHA for d7320a4
1 file changed
.github/workflows/crosscompile.yml
@@ -58,20 +58,11 @@ jobs:
58
sparse-checkout: /.github
59
persist-credentials: false
60
61
- # Temporarily checkout ruby_4_0 to verify cross-compile on a branch that supports it
62
- - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
63
- with:
64
- repository: ruby/ruby
65
- ref: ruby_4_0
66
- path: src
67
- persist-credentials: false
68
-
69
- uses: ./.github/actions/setup/directories
70
with:
71
srcdir: src
72
builddir: build
73
makeup: true
74
- checkout: ''
75
76
- name: Install cross-compilation toolchain
77
run: |
0 commit comments