We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a5e85b commit 657d447Copy full SHA for 657d447
.github/workflows/ci_mlir.yml
@@ -184,5 +184,5 @@ jobs:
184
run: |
185
cmake --build build --config Release --target quantum-opt
186
tree build /F /A
187
- echo "$env:{{ github.workspace }}\\build\\mlir\\tools\\quantum-opt" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8
+ echo "{{ github.workspace }}\\build\\mlir\\tools\\quantum-opt" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
188
cmake --build build --config Release --target check-quantum-opt
0 commit comments