diff --git a/.github/workflows/macos-test.yml b/.github/workflows/macos-test.yml index 18f0b2d..4e84ef2 100644 --- a/.github/workflows/macos-test.yml +++ b/.github/workflows/macos-test.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Clean Up Environment - if: ${{ env.REMOVE_PACKAGES != '' }} + if: ${{ vars.REMOVE_PACKAGES != '' }} env: REMOVE_PACKAGES: ${{ vars.REMOVE_PACKAGES }} run: | @@ -38,7 +38,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Clean Up Environment - if: ${{ env.REMOVE_PACKAGES != '' }} + if: ${{ vars.REMOVE_PACKAGES != '' }} env: REMOVE_PACKAGES: ${{ vars.REMOVE_PACKAGES }} run: |