Skip to content

Commit

Permalink
Update to .net 8
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWold committed Nov 17, 2024
1 parent d06f10f commit 167cf9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ env.DOTNET_INSTALL_DIR }}
key: ${{ runner.os }}-dotnet-6
restore-keys: ${{ runner.os }}-dotnet-6
key: ${{ runner.os }}-dotnet-8
restore-keys: ${{ runner.os }}-dotnet-8

- name: Setup dotnet
if: ${{ steps.cache-dotnet.outputs.cache-hit != 'true' }}
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
dotnet-version: 8.0.x

- name: Setup dotnet-script
run: ${{ env.DOTNET_INSTALL_DIR }}\dotnet tool install -g dotnet-script
Expand Down

0 comments on commit 167cf9b

Please sign in to comment.