Skip to content

Commit

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

Expand Down

0 comments on commit cea7821

Please sign in to comment.