Skip to content

Commit

Permalink
ci: lib: switch to main branch
Browse files Browse the repository at this point in the history
The no-OS master branch is now renamed to main.

Update the script link accordingly.

Signed-off-by: Antoniu Miclaus <antoniu.miclaus@analog.com>
  • Loading branch information
amiclaus committed Feb 20, 2024
1 parent 597b46c commit 4712f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ensure_command_exists sudo
# Get the common stuff from no-OS
[ -f ${TOP_DIR}/build/lib.sh ] || {
mkdir -p ${TOP_DIR}/build
wget https://raw.githubusercontent.com/analogdevicesinc/no-OS/master/ci/lib.sh \
wget https://raw.githubusercontent.com/analogdevicesinc/no-OS/main/ci/lib.sh \
-O ${TOP_DIR}/build/lib.sh
}

Expand Down

0 comments on commit 4712f7c

Please sign in to comment.