Refactor build workflow by removing unnecessary dependency installation step and add new SaT configuration file with scene and source definitions
Some checks failed
Lint and Build / build (pull_request) Failing after 2m57s
Some checks failed
Lint and Build / build (pull_request) Failing after 2m57s
This commit is contained in:
parent
3c58ccc5af
commit
450b6d6044
4 changed files with 1010 additions and 19 deletions
|
@ -15,18 +15,6 @@ jobs:
|
|||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
if command -v apt-get >/dev/null 2>&1; then
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y build-essential python3-dev
|
||||
elif command -v apk >/dev/null 2>&1; then
|
||||
sudo apk add --no-cache build-base python3-dev
|
||||
elif command -v yum >/dev/null 2>&1; then
|
||||
sudo yum groupinstall -y "Development Tools"
|
||||
sudo yum install -y python3-devel
|
||||
fi
|
||||
|
||||
- name: Clean NextJS cache
|
||||
run: rm -rf .next
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue