Skip to content

Commit b108739

Browse files
committed
update compile
1 parent 344d1f2 commit b108739

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/prcheck.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
id: build
1616
run: |
1717
uname -a
18+
cp -r third-party /tmp/third-party
1819
cp compile.sh /tmp/
1920
cd /tmp
2021
chmod 755 compile.sh
@@ -41,6 +42,7 @@ jobs:
4142
id: build2
4243
run: |
4344
uname -a
45+
cp -r third-party /tmp/third-party
4446
cp compile.sh /tmp/
4547
cd /tmp
4648
chmod 755 compile.sh

compile.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/bin/bash
22

3-
cp -r third-party /tmp/third-party
43
cd /tmp/third-party
54
for module in `find ./ | grep "makefile" | awk -F'/makefile' '{print $1}'`
65
do

0 commit comments

Comments
 (0)