File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
with :
38
38
fetch-depth : 0
39
39
40
- - name : Update driver
41
- run : |
42
- .github/workflows/install_gpu_driver.ps1
43
-
44
- - name : Ensure GPU is working
45
- run : nvidia-smi
40
+ # - name: Update driver
41
+ # run: |
42
+ # .github/workflows/install_gpu_driver.ps1
43
+ #
44
+ # - name: Ensure GPU is working
45
+ # run: nvidia-smi
46
46
47
47
- name : Set environment variables
48
48
run : |
@@ -122,7 +122,7 @@ jobs:
122
122
ZSTD_DIR : zstd-v1.5.7-win64
123
123
run : |
124
124
Invoke-WebRequest -Uri "$env:ZSTD_URL" -OutFile "zstd-win64.zip"
125
- Expand-Archive -Path "zstd-win64.zip"
125
+ Expand-Archive -Path "zstd-win64.zip" -DestinationPath .
126
126
ls -l $env:ZSTD_DIR
127
127
echo "$((Get-Location).Path)\\$env:ZSTD_DIR" >> $env:GITHUB_PATH
128
128
$env:Path += ";$((Get-Location).Path)\\$env:ZSTD_DIR"
You can’t perform that action at this time.
0 commit comments