- Remove a slash for aarch64 job that resulted to be a leftover from previous refactoring (#2107)
- More cleanup
This commit is contained in:
4
.github/workflows/build-uc2.yml
vendored
4
.github/workflows/build-uc2.yml
vendored
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user