From 86b713520575976dca417d1e076006a50cdc43c8 Mon Sep 17 00:00:00 2001 From: Jan Romann Date: Fri, 5 Aug 2022 07:39:29 +0200 Subject: [PATCH] fixup! chore: update CI pipeline --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9c93006..f97993f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -50,8 +50,8 @@ jobs: - name: Recompile tinydtls binary for macOS if: matrix.os == 'macos-latest' run: | - ls $DART_HOME/bin - # codesign --remove-signature $DART_HOME + ls $DART_HOME/bin/dart + codesign --remove-signature $DART_HOME/bin/dart cd third_party/tinydtls cmake -G "Unix Makefiles" -DBUILD_SHARED_LIBS=true . make