Skip to content

Commit 642178b

Browse files
committed
fix agl build script
Signed-off-by: Inho Oh <webispy@gmail.com>
1 parent ec5ebc8 commit 642178b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-agl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
#!/bin/bash
117117
set -e
118118
119-
source /opt/agl-sdk/11.0.4-*/environment-setup-*
119+
source /opt/agl-sdk/11.0.*/environment-setup-*
120120
121121
rm -rf build
122122
mkdir build

0 commit comments

Comments
 (0)