From 597bbf8f8ed70df952a37338bf7612bcf5a46d23 Mon Sep 17 00:00:00 2001 From: Camden Narzt Date: Mon, 19 Aug 2024 12:17:34 -0600 Subject: [PATCH] =?UTF-8?q?can=E2=80=99t=20use=20env=20to=20set=20env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 006f1333ab..5f88820a4c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - ubuntu-latest runs-on: ${{ matrix.os }} env: - SUDO: ${{ matrix.user.isRoot}} + SUDO: ${{ matrix.user.isRoot }} steps: - uses: actions/checkout@v4 with: @@ -129,7 +129,7 @@ jobs: name: 'Homebrew packaging unit tests' runs-on: macos-latest env: - GEM_HOME: ${{ env.RUNNER_WORKSPACE }}/.gem + GEM_HOME: ${{ github.workspace }}/.gem steps: - uses: actions/checkout@v4 with: