Skip to content

Commit

Permalink
Ci debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jun 11, 2023
1 parent e9aec2d commit c1dfb66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/installer_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
- name: "Build"
run: |
$env:path += ';' + "${{github.workspace}}/b2"
cd "${{github.workspace}}/b2-pkg/windows-wix"
b2 --debug-configuration --b2root="${{github.workspace}}/b2"
cd "${{github.workspace}}/b2-pkg"
b2 --debug-configuration --b2root="${{github.workspace}}/b2" -j1 -d+2 windows-wix
- name: "Upload"
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit c1dfb66

Please sign in to comment.