Skip to content

Commit 4156d4d

Browse files
author
lmvysakh
committed
Checking for SHW with go v5
1 parent 6b5b8cd commit 4156d4d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ jobs:
3232
if (!(Test-Path -Path "C:\Users\Vysakh\AppData\Local\go-build")) {
3333
mkdir "C:\Users\Vysakh\AppData\Local\go-build"
3434
}
35+
if (!(Test-Path -Path "C:\Users\Vysakh\go\pkg\mod")) {
36+
mkdir "C:\Users\Vysakh\go\pkg\mod"
37+
}
3538
shell: powershell
3639

3740
- uses: actions/setup-go@v5

0 commit comments

Comments
 (0)