Skip to content

Commit 2ea08d6

Browse files
WIP
1 parent 7f008f4 commit 2ea08d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
run: cmake --build _build
6060
- name: Testing xsimd
6161
run: |
62-
qemu-${{ matrix.target.platform }} -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
62+
qemu-${{ matrix.target.platform }} -cpu ${{ matrix.target.arch }} -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
6363
working-directory: ${{ github.workspace }}/_build

0 commit comments

Comments
 (0)