Skip to content

Commit

Permalink
Install dotnet 8
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriyDurov committed Nov 10, 2023
1 parent dde2e07 commit c5975d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/Publish Probes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v2

- uses: actions/setup-dotnet@v3
with:
dotnet-version: '8.x'

- name: Verify commit
run: |
git fetch --no-tags --prune --depth=1 origin +refs/heads/*:refs/remotes/origin/*
Expand Down

0 comments on commit c5975d7

Please sign in to comment.