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 f86256d commit 39ac3a2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-BITSv5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,10 @@ jobs:
sudo apt update
sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi build-essential
pwd
cd Code/BITS/BITSv5/test/build
cd Code/BITS/BITSv5/test
rm -rf build
mkdir build
cd build
export PICO_SDK_PATH=../../pico-sdk
cmake ..
make

0 comments on commit 39ac3a2

Please sign in to comment.