Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
poor-circle committed Oct 11, 2023
1 parent dd195e1 commit 0cc36b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
key: ${{ github.job }}-${{ matrix.mode}}

- name: Configure
with:
arch: s390x
run: |
CXX=g++ CC=gcc
cmake -B ${{github.workspace}}/build -G Ninja \
Expand All @@ -37,8 +39,12 @@ jobs:
-DBUILD_STRUCT_PB=OFF
- name: Build
with:
arch: s390x
run: cmake --build ${{github.workspace}}/build --config ${{matrix.mode}}

- name: Test
with:
arch: s390x
working-directory: ${{github.workspace}}/build
run: ctest -C ${{matrix.mode}} -j 1 -V

0 comments on commit 0cc36b5

Please sign in to comment.