Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio authored Dec 26, 2023
1 parent af0bf93 commit 6e7a827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
dotnet-version: '3.1.x' # SDK Version to use; x will use the latest version of the 3.1 channel
- name: Install dependencies
run: npm i
run: npm i --verbose
- name: Run Dotnet Build
run: dotnet build src/QuickStart.sln
- name: Run
Expand Down

0 comments on commit 6e7a827

Please sign in to comment.