Skip to content

Commit 4c19757

Browse files
authored
Merge pull request #350 from rajyan/fix-deprecated-command
deleted add-path
2 parents cee2c43 + 8d12dc4 commit 4c19757

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
dotnet-version: '3.1.101'
3333
- name: Install dependencies (C#)
34-
run: dotnet tool install -g dotnet-script && echo ::add-path::$HOME/.dotnet/tools
34+
run: dotnet tool install -g dotnet-script
3535

3636
# required only if you want to verify Go code
3737
- name: Install dependencies (Go)

0 commit comments

Comments
 (0)