Skip to content

Commit

Permalink
GitHub Actions: drop checkout in container workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
greenrobot-team committed Apr 3, 2023
1 parent 030ea5e commit d23d7dc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ jobs:
- uses: dart-lang/setup-dart@v1
with:
sdk: 2.19.2
# Work around for https://github.com/actions/checkout/issues/1169
- run: git config --system --add safe.directory /__w/objectbox-dart/objectbox-dart
- name: Install ObjectBox C-API
run: ./install.sh
- name: Integration test
Expand Down

0 comments on commit d23d7dc

Please sign in to comment.