Skip to content

Commit

Permalink
Fix Raspbian build (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul authored Jul 24, 2022
1 parent d8cff0d commit cd6ce37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
cmake --build build
if: matrix.artifact-name != 'Raspbian'
- run: |
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=../CMake/arm-pi-gnueabihf.toolchain.cmake
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_TOOLCHAIN_FILE=CMake/arm-pi-gnueabihf.toolchain.cmake
cmake --build build
if: matrix.artifact-name == 'Raspbian'
Expand All @@ -98,4 +98,4 @@ jobs:
files: |
**/*.dll
**/*.so
**/*.dylib
**/*.dylib

0 comments on commit cd6ce37

Please sign in to comment.