Skip to content

Commit 661c2fa

Browse files
committed
2 parents d8090be + e7b77af commit 661c2fa

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@ name: CMake on multiple platforms
44

55
on:
66
push:
7-
branches: [ "main" ]
87
pull_request:
9-
branches: [ "main" ]
8+
workflow_dispatch:
109

1110
jobs:
1211
build:
@@ -46,6 +45,8 @@ jobs:
4645

4746
steps:
4847
- uses: actions/checkout@v4
48+
with:
49+
submodules: 'recursive'
4950

5051
- name: Set reusable strings
5152
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.

Src/DasherCore/ColorIO.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include "ColorIO.h"
22
#include <algorithm>
33
#include <string>
4+
#include <cstring>
45

56
using namespace Dasher;
67

0 commit comments

Comments
 (0)