Skip to content

Commit 52c86ff

Browse files
committed
Small fixes
1 parent 17ac3cc commit 52c86ff

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
submodules: "recursive"
2121

2222
- name: Configure
23-
run: |
24-
cmake -Bbuild
23+
run: cmake -Bbuild
2524

2625
- name: Build
2726
run: cmake --build build -j

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ add_library(unboxing
5151
src/matrix.c
5252
src/metadata.c
5353
src/string.c
54-
src/unboxer.c
5554
src/unboxer_utility.c
55+
src/unboxer.c
5656
src/unboxer/cornermark.c
5757
src/unboxer/datapoints.c
5858
src/unboxer/filter.c

0 commit comments

Comments
 (0)