Skip to content

Commit

Permalink
More fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
achaikou committed Jan 25, 2024
1 parent 3ffad29 commit 35d6902
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/arch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
bigendian:
name: Run tests on bigendian s390x system
name: bigendian s390x system
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
${{ env.cmake_generator }} \
..
cmake --build . --config Release --target install
shell: bash

- name: build lfp
run: |
Expand All @@ -63,3 +64,4 @@ jobs:
..
cmake --build . --config ${{ matrix.config }} --target install
ctest -C ${{ matrix.config }} --verbose
shell: bash

0 comments on commit 35d6902

Please sign in to comment.