Skip to content

Commit

Permalink
Update build-v2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatmanral authored Dec 24, 2024
1 parent 71f5855 commit c55ccdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf cmake
sudo apt-get install -y build-essential gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf cmake libz
- name: Verify Toolchain File
# Check if the toolchain file exists and debug its path
Expand Down

0 comments on commit c55ccdb

Please sign in to comment.