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 1ffbebb commit fe4d9b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@ jobs:
- name: Recompile tinydtls binary for macOS
if: matrix.os == 'macos-latest'
run: |
ls $DART_HOME/bin/dart
# Remove the signature of the dart binary
# See https://github.com/dart-lang/sdk/issues/38314
codesign --remove-signature $DART_HOME/bin/dart
cd third_party/tinydtls
cmake -G "Unix Makefiles" -DBUILD_SHARED_LIBS=true .
make
cd ../..
cp third_party/tinydtls/*.dylib .
ls
ls third_party/tinydtls
- name: Run tests with coverage
run: dart test --coverage="coverage"
Expand Down

0 comments on commit fe4d9b3

Please sign in to comment.