now using cls-build container for faster builds
This commit is contained in:
@@ -4,11 +4,11 @@ on: [push]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
Build-Release:
|
Build-Release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: cls-build
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install dependencies
|
#- name: Install dependencies
|
||||||
run: apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi ninja-build cmake protobuf-compiler python3 python3-grpcio python3-protobuf python3-pkg-resources python3-requests
|
# run: apt-get update && apt-get install -y gcc-arm-none-eabi binutils-arm-none-eabi ninja-build cmake protobuf-compiler python3 python3-grpcio python3-protobuf python3-pkg-resources python3-requests
|
||||||
# run: pip install setuptools
|
# run: pip install setuptools
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user