From f858d0f753ca29bb986bbd879c55abe563a35182 Mon Sep 17 00:00:00 2001 From: Michael Shipman Date: Sat, 4 Nov 2023 23:51:57 -0400 Subject: [PATCH] Update build-BITSv5.yml --- .github/workflows/build-BITSv5.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-BITSv5.yml b/.github/workflows/build-BITSv5.yml index 9f0ebb86..c3c11e99 100644 --- a/.github/workflows/build-BITSv5.yml +++ b/.github/workflows/build-BITSv5.yml @@ -25,12 +25,9 @@ jobs: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - # Runs a single command using the runners shell - - name: Run a one-line script - run: echo Hello, world! - # Runs a set of commands using the runners shell - name: Run a multi-line script run: | - echo Add other actions to build, - echo test, and deploy your project. + apt update + apt install cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential + pwd