- Remove a slash for aarch64 job that resulted to be a leftover from previous refactoring (#2107)

- More cleanup
This commit is contained in:
@Antelox
2025-02-17 04:11:40 +01:00
committed by GitHub
parent 8d52ece48b
commit f2e80ff5be
2 changed files with 8 additions and 22 deletions

View File

@@ -487,9 +487,9 @@ jobs:
-B . \
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
-G "${{ matrix.config.generators }}" \
-DCMAKE_INSTALL_PREFIX:PATH=/instdir
-DCMAKE_INSTALL_PREFIX:PATH=instdir
cmake --build . --config ${{ env.BUILD_TYPE }}
sudo cmake --install . --strip
cmake --install . --strip
ctest -VV -C ${{ env.BUILD_TYPE }}
- name: '🚧 Linux ppc64le build'