Стабильная релизная сборка из кастомного контейнера + обновление версии CMake
All checks were successful
Build release / Build Project (push) Successful in 17s

This commit is contained in:
2025-04-06 16:14:45 +03:00
parent fa474bc47f
commit cf2745f7b6
3 changed files with 4 additions and 4 deletions

View File

@@ -7,9 +7,8 @@ jobs:
build-project:
name: Build Project
runs-on: ubuntu-22.04
container: localhost:5000/git-workflow-universal
steps:
- name: Install tools
run: apt update && apt install -y cmake gcc-arm-none-eabi
- name: Checkout Project
uses: actions/checkout@v2
with: