From a1de5dd5898f3ff4989986865d6e838841355d35 Mon Sep 17 00:00:00 2001 From: Adrian Gielniewski Date: Thu, 13 Feb 2025 13:15:16 +0100 Subject: [PATCH] [nrf toup][nrfconnect] Remove linking workaround Not needed after recent upmerge. Signed-off-by: Adrian Gielniewski --- .github/workflows/examples-nrfconnect.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/examples-nrfconnect.yaml b/.github/workflows/examples-nrfconnect.yaml index a115039f5e..954092a0b5 100644 --- a/.github/workflows/examples-nrfconnect.yaml +++ b/.github/workflows/examples-nrfconnect.yaml @@ -85,8 +85,6 @@ jobs: - name: Run unit tests for Zephyr native_posix_64 platform if: github.event_name == 'push' || steps.changed_paths.outputs.tests == 'true' || steps.changed_paths.outputs.nrfconnect == 'true' run: | - # Temporarily fix link issue - sed -i '151s/ //' /opt/NordicSemiconductor/nrfconnect/zephyr/cmake/linker/ld/target.cmake scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target nrf-native-posix-64-tests build" - name: Uploading Failed Test Logs uses: actions/upload-artifact@v4