Skip to content

Commit

Permalink
Fix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
wmdietl committed Dec 12, 2024
1 parent 8fcae5c commit b98040a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
displayName: show environment
- bash: |
wget https://builds.shipilev.net/jtreg/jtreg-7.5%2B1.zip -O /tmp/jtreg.zip
unzip /tmp/jtreg.zip /tmp/
unzip /tmp/jtreg.zip -d /tmp/
displayName: Install jtreg7
- bash: pwd && ls && bash ./configure --with-jtreg=/tmp/jtreg --disable-warnings-as-errors
displayName: configure
Expand Down

0 comments on commit b98040a

Please sign in to comment.