Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
Add `source` to package script invocation.
Bring back commands for Windows build without script execution capability.
  • Loading branch information
Pysis868 committed Aug 30, 2024
1 parent 06d12e2 commit 1b5888e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: source ./apps/ci/ci-packages.sh

- 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

0 comments on commit 1b5888e

Please sign in to comment.