Стабильная релизная сборка из кастомного контейнера + обновление версии CMake
Some checks failed
Build release / Build Project (push) Failing after 13s

This commit is contained in:
2025-04-06 16:11:36 +03:00
parent 46ff2a536e
commit 5ca8d1bb10
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: