Skip to content

Commit c4e6ea0

Browse files
committed
WIP: mod: .github/workflows/build-rootfs.yml (review/9/main)
Signed-off-by: Philippe Coval <philippe.coval@silabs.com>
1 parent 0581070 commit c4e6ea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-rootfs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "describe=$(git describe --tags --always || echo 0)" | tee $GITHUB_OUTPUT
2525
- name: Setup and build
2626
run: >-
27-
export UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git
27+
export UNIFYSDK_GIT_REPOSITORY=https://${{ secrets.GH_UNIFY_ACCESS_TOKEN }}@github.com/SiliconLabs/UnifySDK_test.git ;
2828
ARCH=${{ matrix.arch }}
2929
./scripts/build-rootfs.sh
3030
- name: Upload artifacts

0 commit comments

Comments
 (0)