Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Jan 15, 2024
1 parent 1ac1307 commit fb6ba0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/BuildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DI2S_SOUND=ON .. && cmake --build . &&\
cd .. && rm -rf build && mkdir build && cd build && \
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON -DILI9341=ON .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON -DI2S_SOUND=ON .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON -DILI9341=ON .. && cmake --build . &&\
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DTFT=ON -DILI9341=ON -DI2S_SOUND=ON .. && cmake --build . &&\
cd .. && rm -rf build && mkdir build && cd build && \
cmake -G Ninja -DCMAKE_BUILD_TYPE=MinSizeRel -DHDMI=ON .. && cmake --build . &&\
Expand Down

0 comments on commit fb6ba0e

Please sign in to comment.