parent
e1e36b3bad
commit
20fe4de46c
@ -7,7 +7,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Run a one-line script
|
- name: Build and deploy
|
||||||
run: |
|
run: |
|
||||||
resources/build.ps1 build
|
resources/build.ps1 build
|
||||||
resources/build.ps1 deploy
|
resources/build.ps1 deploy
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
cmake_minimum_required(VERSION 3.29)
|
cmake_minimum_required(VERSION 3.28)
|
||||||
|
|
||||||
project(SmartLockerTools VERSION 0.2 LANGUAGES C CXX)
|
project(SmartLockerTools VERSION 0.2 LANGUAGES C CXX)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user