Skip to content

Commit

Permalink
Updated action to use new mocked libs
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerCode committed Jan 19, 2024
1 parent 9d3017e commit 6025e7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ jobs:
- name: Install Dependencies
run: sudo apt-get update && sudo apt-get install -y libmicrohttpd-dev

- name: Run Build Script
- name: Run Build Script for Non-RPi Environment
run: |
export NON_RPI_BUILD=1
chmod +x build.sh
./build.sh
Expand Down

0 comments on commit 6025e7a

Please sign in to comment.