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 a06da1d commit b3b818dCopy full SHA for b3b818d
.github/workflows/ci_mlir.yml
@@ -185,4 +185,5 @@ jobs:
185
cmake --build build --config Release --target quantum-opt
186
tree build /F /A
187
echo "${{ github.workspace }}\\build\\mlir\\tools\\quantum-opt\\Release" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
188
+ Rename-Item -Path ""${{ github.workspace }}\\build\\mlir\\tools\\quantum-opt\\Release\\quantum-opt.exe" -NewName "quantum-opt"
189
cmake --build build --config Release --target check-quantum-opt
0 commit comments