Skip to content

Commit

Permalink
use ./ in paths in vs2019 workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
annacrombie committed Feb 20, 2025
1 parent 063b2bb commit a676eec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vs2019.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
run: >
bootstrap.bat build
&& build\muon-bootstrap.exe -v setup -Dvsenv=true build
&& build\muon-bootstrap.exe -vC build devenv muon-bootstrap.exe -v samu
&& build\muon-bootstrap.exe -vC build devenv ./muon-bootstrap.exe -v samu
- name: test
run: >
build\muon-bootstrap.exe -vC build devenv muon.exe -v test
build\muon-bootstrap.exe -vC build devenv ./muon.exe -v test
|| exit 0
- name: upload-binary
shell: bash
Expand Down

0 comments on commit a676eec

Please sign in to comment.