Skip to content

Commit

Permalink
Update build-BITSv5.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelshipman authored Nov 5, 2023
1 parent 472b8f9 commit f858d0f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-BITSv5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f858d0f

Please sign in to comment.