Skip to content

Commit

Permalink
ci: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Oct 14, 2023
1 parent 4b3b5a1 commit d394b40
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,14 @@ jobs:
uses: actions/setup-dotnet@v1
with:
dotnet-version: |
3.1.x
5.x
6.x
- name: List dotnet sdks
run: dotnet --list-sdks
- name: Run the Cake script
uses: cake-build/cake-action@v1
with:
cake-version: 1.3.0
cake-bootstrap: true
cake-version: tool-manifest
verbosity: Normal
script-path: build.cake
target: ci
Expand Down

0 comments on commit d394b40

Please sign in to comment.