Skip to content

Commit

Permalink
fix build in github
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoquesada committed Dec 18, 2023
1 parent ebe9266 commit 69d8ed4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ jobs:
with:
submodules: 'recursive'

- name: Create build folder
run: |
echo "Cleaning up previous run"
rm -rf "${{github.workspace}}/examples/linux/build"
mkdir -p "${{github.workspace}}/examples/linux/build"
- name: Install dependencies
run: sudo apt -y install tzdata make pkg-config libusb-1.0-0-dev clang cmake

Expand Down

0 comments on commit 69d8ed4

Please sign in to comment.