We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c0f5f1 commit 56a0d8fCopy full SHA for 56a0d8f
.github/workflows/examples-nrfconnect.yaml
@@ -99,8 +99,6 @@ jobs:
99
- name: Run unit tests for Zephyr native_posix_64 platform
100
if: github.event_name == 'push' || steps.changed_paths.outputs.tests == 'true' || steps.changed_paths.outputs.nrfconnect == 'true'
101
run: |
102
- # Temporarily fix link issue
103
- sed -i '151s/<LINK_FLAGS> //' /opt/NordicSemiconductor/nrfconnect/zephyr/cmake/linker/ld/target.cmake
104
scripts/run_in_build_env.sh "./scripts/build/build_examples.py --target nrf-native-posix-64-tests build"
105
- name: Uploading Failed Test Logs
106
uses: actions/upload-artifact@v4
0 commit comments