File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-22.04
2020 timeout-minutes : 360
2121
22- env :
23- DO_NOT_TRACK : " 1"
24- ELECTRON_CACHE : ${{ github.workspace }}/.cache/electron
25- ELECTRON_BUILDER_CACHE : ${{ github.workspace }}/.cache/electron-builder
26- ELECTRON_HEADERS_CACHE : ${{ github.workspace }}/.cache/electron-headers
27-
2822 steps :
2923 - name : Checkout
3024 uses : actions/checkout@v5
7771 group : ${{ github.workflow }}-${{ github.ref_name }}-${{ matrix.concurrency }}
7872
7973 env :
74+ DO_NOT_TRACK : " 1"
8075 ELECTRON_CACHE : ${{ github.workspace }}/.cache/electron
8176 ELECTRON_BUILDER_CACHE : ${{ github.workspace }}/.cache/electron-builder
77+ ELECTRON_HEADERS_CACHE : ${{ github.workspace }}/.cache/electron-headers
8278
8379 steps :
8480 - name : Checkout
You can’t perform that action at this time.
0 commit comments