Skip to content

Commit

Permalink
Add extra trace for working out install processes
Browse files Browse the repository at this point in the history
I want to change where things are installed.  To do that, I want to
understand more about how the scripts currently decide where things get
installed.
  • Loading branch information
me-and committed Oct 27, 2023
1 parent a554cb5 commit 8c387ea
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 @@ -2,7 +2,8 @@ name: CI
on: [push, pull_request]
jobs:
build-test:
uses: cygporter/workflows/.github/workflows/build-test.yml@v1
uses: cygporter/workflows/.github/workflows/build-test.yml@extra_trace
with:
cygport_file: taskwarrior.cygport
bootstrap_packages: cygport git
trace_cygport: compile install

0 comments on commit 8c387ea

Please sign in to comment.