Skip to content

Commit 0f709f5

Browse files
authored
try
1 parent 74f4a4e commit 0f709f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
sudo docker/scripts/install_dependencies.sh
2525
- name: Build srsRAN Project on x86 ${{ matrix.os }} with compiler ${{ matrix.compiler }}
2626
run: |
27-
docker/scripts/builder.sh -c ${{ matrix.compiler }} -m "-j$(nproc) install" .
27+
docker/scripts/builder.sh -c ${{ matrix.compiler }} -m "-j$(nproc)" .
2828
- name: Run unit tests
2929
run: |
3030
cd build && ctest -j$(nproc) --schedule-random --output-on-failure --output-junit xunit.xml

0 commit comments

Comments
 (0)