Skip to content

Commit

Permalink
ci: fix cake script
Browse files Browse the repository at this point in the history
  • Loading branch information
punker76 committed Apr 18, 2024
1 parent 3ecadbb commit 9f866b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
- name: Run the Cake script
uses: cake-build/cake-action@v1
with:
cake-version: tool-manifest
# cake-version: tool-manifest
cake-version: 1.2.0
verbosity: Normal
script-path: build.cake
target: Default

0 comments on commit 9f866b8

Please sign in to comment.