Skip to content

Commit

Permalink
Fix dart Doc (#4390)
Browse files Browse the repository at this point in the history
For some reason Dart generates different docs depending on whether deps
have been fetched. ¯\_(ツ)_/¯
  • Loading branch information
robertbastian authored Dec 1, 2023
1 parent e34d5c4 commit 615824d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/artifacts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ jobs:
- name: Build Dart docs
run: |
cd ffi/capi/dart/package
dart pub get
dart doc
cd ../../../..
Expand Down

0 comments on commit 615824d

Please sign in to comment.