We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0581070 commit c4e6ea0Copy full SHA for c4e6ea0
.github/workflows/build-rootfs.yml
@@ -24,7 +24,7 @@ jobs:
24
echo "describe=$(git describe --tags --always || echo 0)" | tee $GITHUB_OUTPUT
25
- name: Setup and build
26
run: >-
27
- export UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
+ export UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git ;
28
ARCH=${{ matrix.arch }}
29
./scripts/build-rootfs.sh
30
- name: Upload artifacts
0 commit comments