Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjohnsonpint committed Feb 12, 2023
1 parent 0f0b456 commit 58a2f23
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pack-for-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
- name: Update tzdata
run: sudo apt-get update && sudo apt-get install -y tzdata

- name: Install .NET Core 3.1 SDK
uses: actions/setup-dotnet@v3
with:
dotnet-version: 3.1.x

- name: Restore
run: dotnet restore --nologo

Expand Down

0 comments on commit 58a2f23

Please sign in to comment.