Skip to content

Commit

Permalink
fixup! chore: update CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Aug 5, 2022
1 parent 5bfa2de commit 86b7135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 86b7135

Please sign in to comment.