We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8785ef commit c2e5caaCopy full SHA for c2e5caa
.github/workflows/publish.yml
@@ -46,6 +46,7 @@ jobs:
46
# sudo dpkg -i QBDI.deb
47
48
- name: Get and build QBDI (macos)
49
+ working-directory: benchmarking-tool
50
if: ${{ matrix.os == 'macos-latest' }}
51
run: |
52
curl https://github.com/QBDI/QBDI/releases/download/v0.12.0/QBDI-0.12.0-osx-AARCH64.pkg -L > QBDI.pkg
@@ -159,6 +160,7 @@ jobs:
159
160
161
- name: Get QBDI (macos)
162
163
164
165
166
sudo installer -pkg QBDI.pkg -target ~
0 commit comments