Skip to content

Commit 7059ac5

Browse files
committed
Fix Windows action
1 parent 68c9717 commit 7059ac5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ jobs:
1111
- name: Prepare
1212
run: cmake .
1313
- name: Compilation
14-
run: make
14+
run: make smbios_decode

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake_minimum_required(VERSION 3.5)
1+
cmake_minimum_required(VERSION 3.10)
22
project(smbios-parser)
33

44
if (CMAKE_BUILD_TYPE STREQUAL "")

0 commit comments

Comments
 (0)