Skip to content

Commit db8c792

Browse files
committed
ayn-odin2.csc: Use GITHUB_SOURCE
Signed-off-by: Alex Ling <ling_kasim@hotmail.com>
1 parent 3697435 commit db8c792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/boards/ayn-odin2.csc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function pre_customize_image__ayn-odin2_alsa_ucm_conf() {
5656
(
5757
(
5858
cd "${SDCARD}/usr/share/alsa" || exit 6
59-
curl -L -o temp.zip "https://github.com/AYNTechnologies/alsa-ucm-conf/archive/refs/heads/ayn/v1.2.13.zip"
59+
curl -L -o temp.zip "${GITHUB_SOURCE}/AYNTechnologies/alsa-ucm-conf/archive/refs/heads/ayn/v1.2.13.zip"
6060
unzip -o temp.zip
6161
unzip_dir=$(unzip -Z1 temp.zip | head -n1 | cut -d/ -f1)
6262
cp -rf "${unzip_dir}/"* .

0 commit comments

Comments
 (0)