aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/rjit.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/rjit.yml')
-rw-r--r--.github/workflows/rjit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/rjit.yml b/.github/workflows/rjit.yml
index 85708d6b45..1cd0a8a96f 100644
--- a/.github/workflows/rjit.yml
+++ b/.github/workflows/rjit.yml
@@ -42,7 +42,7 @@ jobs:
arch: ['']
fail-fast: false
env:
- GITPULLOPTIONS: --no-tags origin ${{github.ref}}
+ GITPULLOPTIONS: --no-tags origin ${{ github.ref }}
RUBY_DEBUG: ci
SETARCH: ${{ matrix.arch && format('setarch {0}', matrix.arch) }}
runs-on: ubuntu-22.04
@@ -60,7 +60,7 @@ jobs:
makeup: true
- name: Run configure
env:
- arch: ${{matrix.arch}}
+ arch: ${{ matrix.arch }}
run: >-
$SETARCH ../src/configure -C --disable-install-doc cppflags=-DRUBY_DEBUG
${arch:+--target=$arch-$OSTYPE --host=$arch-$OSTYPE}