Skip to content

Commit e76883c

Browse files
authored
Update build.yml
added chmod to build script
1 parent 93d607b commit e76883c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ jobs:
268268
sudo apt-get install -y libyaml-dev
269269
LTO=thin ./build_kernel.sh || true
270270
elif [[ "${{ inputs.branch }}" == "SM-A566B" ]]; then
271+
chmod +x build_script.sh
271272
./build_script.sh
272273
else
273274
#temporarily using this until i can figure out the other phones build script issues

0 commit comments

Comments
 (0)