Skip to content

build-one.sh updated to look for cloned github repo in the workspace #4

build-one.sh updated to look for cloned github repo in the workspace

build-one.sh updated to look for cloned github repo in the workspace #4

Workflow file for this run

name: cmake-target
on: [push]
jobs:
build:
runs-on: ubuntu-latest
environment: build
container:
image: feabhas/ubuntu-projects:latest
options: -u 1001
steps:
- name: checkout
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: build
run: |
TOOLCHAIN=$(dirname $(find /opt/arm*/bin -name 'arm-none-eabi-gcc'))
PATH="$TOOLCHAIN:$PATH"
bash ./build.sh