Skip to content

Commit

Permalink
fix: resolve bug with windows build in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
obycode committed Jan 18, 2022
1 parent 8e3903e commit 16ccd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ jobs:
- name: Build Installer (Windows)
if: matrix.os == 'windows-latest'
run: cargo wix -v --no-build --nocapture
run: cargo wix -v --no-build --nocapture -p clarinet

- name: Code sign installer (Windows)
if: matrix.os == 'windows-latest'
Expand Down

0 comments on commit 16ccd00

Please sign in to comment.