Skip to content

Commit

Permalink
update compile
Browse files Browse the repository at this point in the history
  • Loading branch information
gloxec committed Jun 6, 2022
1 parent 344d1f2 commit b108739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/prcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
id: build
run: |
uname -a
cp -r third-party /tmp/third-party
cp compile.sh /tmp/
cd /tmp
chmod 755 compile.sh
Expand All @@ -41,6 +42,7 @@ jobs:
id: build2
run: |
uname -a
cp -r third-party /tmp/third-party
cp compile.sh /tmp/
cd /tmp
chmod 755 compile.sh
Expand Down
1 change: 0 additions & 1 deletion compile.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/bin/bash

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

0 comments on commit b108739

Please sign in to comment.