Skip to content

Commit

Permalink
fix PR build to use more recent package
Browse files Browse the repository at this point in the history
  • Loading branch information
baronfel committed Aug 10, 2024
1 parent 12743bb commit f58e3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
cache: 'yarn'
- name: Restore tools
run: dotnet tool restore
- run: yarn global add vsce
- run: yarn global add @vscode/vsce
- name: Run Test
run: dotnet run --project build -- -t Build

0 comments on commit f58e3f5

Please sign in to comment.