Skip to content

Commit

Permalink
Update charp8build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescourtney authored Dec 2, 2023
1 parent 0b00099 commit f73f9dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/charp8build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
AppVeyorBuild: true
steps:
- uses: actions/checkout@v2

- name: Setup .NET 8
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.x

- name: Setup .NET 7
uses: actions/setup-dotnet@v1
Expand Down

0 comments on commit f73f9dd

Please sign in to comment.