Skip to content

Commit 31f5db4

Browse files
exec
1 parent 55abec2 commit 31f5db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cross-ppc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
run: cmake --build _build --verbose -j1
4040
- name: Testing xsimd
4141
run: |
42-
#qemu-${{ matrix.target.platform }} -cpu power8 -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
42+
qemu-${{ matrix.target.platform }} -cpu power8 -L /usr/${{ matrix.target.dir}}/ ./test/test_xsimd
4343
working-directory: ${{ github.workspace }}/_build

0 commit comments

Comments
 (0)