Skip to content

Commit

Permalink
On the upside, in the pipeline editor in ADO, there's a validation fu…
Browse files Browse the repository at this point in the history
…nction, so I can always do my work there and know it's valid yaml first
  • Loading branch information
daxpryce committed Feb 18, 2022
1 parent 771cb14 commit 0f1da70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devops/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: "windows-latest"
pool:
vmImage: $(os)
steps:
steps:
- bash: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
cd packages/pyo3
Expand Down

0 comments on commit 0f1da70

Please sign in to comment.