Skip to content

Commit

Permalink
explicetly use cmake --version=3.31.1 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
PonomarevDA committed Dec 7, 2024
1 parent 78dc978 commit bbf5cf1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ jobs:
if [ "${{ runner.os }}" == "Linux" ]; then
sudo apt-get install -y gcc-arm-none-eabi
elif [ "${{ runner.os }}" == "Windows" ]; then
choco install -y gcc-arm-embedded make cmake
choco install -y gcc-arm-embedded make
choco install -y cmake --version=3.31.1
fi
shell: bash

Expand Down

0 comments on commit bbf5cf1

Please # to comment.