diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index fafb7eda..571ea5b6 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -34,7 +34,7 @@ jobs: ref: ${{ env.hipo_version }} - name: build run: | - cmake -S . -B build -DCMAKE_INSTALL_PREFIX=hipo -DCMAKE_POSITION_INDEPENDENT_CODE=ON + cmake -S . -B build -DCMAKE_INSTALL_PREFIX=hipo cmake --build build -j2 cmake --install build - run: tree hipo @@ -57,7 +57,7 @@ jobs: ref: ${{ env.fmt_version }} - name: build run: | - cmake -S . -B build -DCMAKE_INSTALL_PREFIX=fmt + cmake -S . -B build -DCMAKE_INSTALL_PREFIX=fmt -DCMAKE_POSITION_INDEPENDENT_CODE=ON cmake --build build -j2 cmake --install build - run: tree fmt