Skip to content

Commit 4a1f9ad

Browse files
committed
Update Github Actions
Use YES/NO instead of ON/OFF for CMake options in Github Actions to match existing style for this project.
1 parent 488414c commit 4a1f9ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ubuntu-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: |
8787
cmake -B build \
8888
-DCMAKE_BUILD_TYPE="${{ matrix.build_type }}" \
89-
-DEMV_UTILS_ENABLE_SANITIZERS=ON \
89+
-DEMV_UTILS_ENABLE_SANITIZERS=YES \
9090
-DBUILD_EMV_DECODE=YES \
9191
-DBUILD_EMV_TOOL=YES \
9292
-DBUILD_EMV_VIEWER=YES
@@ -117,7 +117,7 @@ jobs:
117117
cmake -B build \
118118
-DCMAKE_BUILD_TYPE="RelWithDebInfo" \
119119
-DBUILD_SHARED_LIBS=YES \
120-
-DEMV_UTILS_ENABLE_HARDENING=ON \
120+
-DEMV_UTILS_ENABLE_HARDENING=YES \
121121
-DBUILD_EMV_DECODE=YES \
122122
-DBUILD_EMV_TOOL=YES \
123123
-DBUILD_EMV_VIEWER=YES

0 commit comments

Comments
 (0)