Skip to content

Commit 788b89a

Browse files
committed
build: Switch travis to AvrGcc
1 parent 036a049 commit 788b89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/travis/cmake-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ rm -rf build
44
mkdir build
55
cd build
66
cmake .. \
7-
-DCMAKE_TOOLCHAIN_FILE="../cmake/LocalAvrGcc.cmake" \
7+
-DCMAKE_TOOLCHAIN_FILE="../cmake/AvrGcc.cmake" \
88
-DCMAKE_BUILD_TYPE=Release \
99
-G Ninja
1010
ninja ALL_FIRMWARE

0 commit comments

Comments
 (0)