Skip to content

fix: set unsetted sc-machine and sc-web vars, use one way to set sc-machine and sc-web repos data #164

fix: set unsetted sc-machine and sc-web vars, use one way to set sc-machine and sc-web repos data

fix: set unsetted sc-machine and sc-web vars, use one way to set sc-machine and sc-web repos data #164

Workflow file for this run

name: CI
on:
pull_request:
branches: [ develop, main, release/** ]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
build:
name: Prepare on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ ubuntu-20.04, ubuntu-22.04 ]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Update
run: |
sudo apt-get update
- name: Restore build caches
uses: hendrikmuhs/ccache-action@v1.2
with:
key: ${{ github.job }}
- name: Preparing platform
env:
TERM: linux
run: |
cd scripts
./set_vars.sh
./install_platform.sh