Skip to content

Commit

Permalink
ci: update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wwhai committed Jun 23, 2023
1 parent 8da7cb7 commit 4b75026
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/1-auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
gcc-mips-linux-gnu \
gcc-aarch64-linux-gnu -y
cloc ./
go mod tidy
go get
make
bash ./release_pkg.sh
# ------------------------------
Expand Down
1 change: 0 additions & 1 deletion release_pkg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ cross_compile() {
mkdir -p ./_release/
fi
cd rulexc
go get
for arch in ${ARCHS[@]}; do
echo -e "\033[34m [★] Compile target =>\033[43;34m ["$arch"]. \033[0m"
if [[ "${arch}" == "x64windows" ]]; then
Expand Down

0 comments on commit 4b75026

Please sign in to comment.