Browse Source

chore: remove GIT_CACHE env var

Shelley Vohr 1 year ago
parent
commit
0fd69734d0
1 changed files with 0 additions and 1 deletions
  1. 0 1
      .github/workflows/mac-build.yml

+ 0 - 1
.github/workflows/mac-build.yml

@@ -12,7 +12,6 @@ env:
   AZURE_STORAGE_KEY: ${{ secrets.AZURE_STORAGE_KEY }}
   AZURE_STORAGE_CONTAINER_NAME: ${{ secrets.AZURE_STORAGE_CONTAINER_NAME }}
   ELECTRON_RBE_JWT: ${{ secrets.ELECTRON_RBE_JWT }}
-  GIT_CACHE: .git/cache
   # TODO: this should be set to the correct GN_CONFIG for the build type.
   GN_CONFIG: //electron/build/args/testing.gn
   GN_EXTRA_ARGS: 'target_cpu = "arm64"'