Skip to content

Commit

Permalink
Revert "[Build] Organize workflow"
Browse files Browse the repository at this point in the history
This reverts commit 987da98.
  • Loading branch information
billy1arm committed Aug 29, 2024
1 parent 987da98 commit e4de3f4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/core_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: sudo apt-get update -y

- name: Install Required Packages
run: ./apps/ci/ci-packages.sh
run: sudo apt-get install -y git make cmake clang libssl-dev libbz2-dev build-essential default-libmysqlclient-dev libace-dev

- name: Update Compilers
run: source ./apps/ci/ci-compiler-update.sh
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/core_windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@ jobs:

- name: Checkout Submodules
shell: bash
run: apps/ci/ci-submodule-update.sh

run: |
git submodule init && git submodule update
- name: Build Project
shell: bash
run: |
Expand Down
16 changes: 0 additions & 16 deletions apps/ci/ci-packages.sh

This file was deleted.

0 comments on commit e4de3f4

Please sign in to comment.