This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch feature/pubsub_custom_serializers
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/feature/pubsub_custom_serializers by this push:
new de408ee fixes typo
de408ee is described below
commit de408ee94b98537d1a0e36faa766819b3d08c719
Author: Pepijn Noltes <[email protected]>
AuthorDate: Sun Apr 19 11:57:50 2020 +0200
fixes typo
---
.github/workflows/build.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 224975e..a0c3abd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -54,7 +54,7 @@ jobs:
- name: Build
env:
CC: ${{ matrix.compiler }}
- CXX: ${{ matric.cxx_compiler }}
+ CXX: ${{ matrix.cxx_compiler }}
BUILD_OPTIONS: |
-DENABLE_TESTING=ON
-DENABLE_ADDRESS_SANITIZER=ON