Skip to content

Commit 7793a10

Browse files
committed
Nit CI styling
1 parent e9c078a commit 7793a10

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/cross-sve.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
uses: actions/checkout@v6
4343
- name: Setup
4444
run: |
45-
cmake -B _build \
45+
cmake -B build \
4646
-GNinja \
4747
-DBUILD_TESTS=ON -DDOWNLOAD_DOCTEST=ON \
4848
-DCMAKE_BUILD_TYPE=Release \
@@ -61,5 +61,4 @@ jobs:
6161
echo "XSIMD_TEST_CPU_ASSUME_SVE=1" >> "$GITHUB_ENV"
6262
echo "XSIMD_TEST_CPU_ASSUME_MANUFACTURER=unknown" >> "$GITHUB_ENV"
6363
- name: Testing xsimd
64-
run: qemu-aarch64 --cpu max,sve${{ matrix.vector_bits }}=on ./test/test_xsimd
65-
working-directory: ${{ github.workspace }}/_build
64+
run: qemu-aarch64 --cpu max,sve${{ matrix.vector_bits }}=on ./build/test/test_xsimd

0 commit comments

Comments
 (0)