Skip to content

Commit

Permalink
chore: use deterministic dotnet version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco committed Dec 22, 2024
1 parent 2daf214 commit 85ce657
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.x
# Build
- run: dotnet build --configuration Release
# Test
Expand Down

0 comments on commit 85ce657

Please sign in to comment.