Skip to content

Commit

Permalink
can’t use env to set env
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Aug 19, 2024
1 parent f5526cf commit 597bbf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 597bbf8

Please sign in to comment.