Skip to content

Commit

Permalink
Update package workflow for runtime (#793)
Browse files Browse the repository at this point in the history
* Update package workflow for instrumentation runtime
  • Loading branch information
utpilla authored Nov 23, 2022
1 parent eb3f05b commit 74cda61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package-Instrumentation.Runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
fetch-depth: 0 # fetching all

- uses: actions/[email protected]
with:
dotnet-version: '7.0.x'

- name: Install dependencies
run: dotnet restore src/${{env.PROJECT}}

Expand Down

0 comments on commit 74cda61

Please sign in to comment.