We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0fc10 commit dd46c23Copy full SHA for dd46c23
1 file changed
.github/workflows/ci.yml
@@ -91,7 +91,7 @@ jobs:
91
92
- name: Install AMBuild
93
run: |
94
- cd ambuild && python setup.py install && cd ..
+ cd ambuild && pip install . && cd ..
95
96
- name: Install Clang 16
97
if: matrix.os == 'ubuntu-latest'
0 commit comments