From da6761d92af5aa1f55a7e253575eeb932ce811a3 Mon Sep 17 00:00:00 2001 From: John Trammell Date: Thu, 18 Jun 2026 15:30:56 -0500 Subject: [PATCH] refactor: remove unnecessary build-args --- .github/workflows/pull-request.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 4819904..146fede 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -45,10 +45,6 @@ jobs: cache-to: type=gha,mode=max,scope=${{ env.MULTIARCH_SCOPE }}-pr-${{ matrix.arch }} - build-args: | - RUBY_VERSION=2.6.10 - OPENSSL_VERSION=1.1.1w - JEMALLOC_VERSION=5.3.0 - name: Verify Ruby and jemalloc runtime run: |