Skip to content

Commit e779bd3

Browse files
committed
Fix tool installation
1 parent 445e7e3 commit e779bd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/crossBrowserTesting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# - name: Restore .NET packages
7575
# run: dotnet restore -p:BrowserStack=true
7676
- name: Install BrowserStack SDK
77-
run: dotnet tool install --local browserstack-sdk --version 1.26.0
77+
run: dotnet tool install --global browserstack-sdk --version 1.26.0
7878
- name: Restore Node modules
7979
run: |
8080
cd CSF.Screenplay.JsonToHtmlReport.Template/src

0 commit comments

Comments
 (0)