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 f7ca464 commit 41d37beCopy full SHA for 41d37be
1 file changed
.github/workflows/run-bench.yml
@@ -90,6 +90,9 @@ jobs:
90
- name: Set up GCC
91
run: |
92
sudo apt install -y gcc
93
+ - name: Install Meson and Ninja
94
+ run: |
95
+ sudo apt update && sudo apt install -y meson ninja-build
96
- uses: actions/checkout@v4
97
- name: Set up JDK ${{ matrix.jdk }}
98
uses: actions/setup-java@v3
@@ -241,6 +244,9 @@ jobs:
241
244
needs: test-avx512
242
245
runs-on: ubuntu-latest
243
246
steps:
247
248
249
250
- name: Checkout repository
251
uses: actions/checkout@v4
252
0 commit comments