File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change 49
49
GITPULLOPTIONS : --no-tags origin ${{ github.ref }}
50
50
RUBY_DEBUG : ci
51
51
52
- runs-on : ${{ matrix.os || 'ubuntu-22.04' }}
52
+ runs-on : ${{ matrix.os }}
53
53
54
54
if : >-
55
55
${{!(false
91
91
echo "HOME: #{HOME}"
92
92
echo "HOME=$(ls -d ~)" >> $GITHUB_ENV
93
93
working-directory :
94
- if : ${{ endsWith(matrix.os, 'ppc64le') || endsWith(matrix.os, 's390x') }}
95
94
96
95
- uses : ./.github/actions/setup/directories
97
96
with :
@@ -111,9 +110,6 @@ jobs:
111
110
$SETARCH ../src/configure -C --disable-install-doc ${configure:-cppflags=-DRUBY_DEBUG}
112
111
${arch:+--target=$arch-$OSTYPE --host=$arch-$OSTYPE}
113
112
114
- - run : $SETARCH make prepare-gems
115
- if : ${{ matrix.test_task == 'test-bundled-gems' }}
116
-
117
113
- run : $SETARCH make
118
114
119
115
- run : $SETARCH make hello
You can’t perform that action at this time.
0 commit comments