File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 54
54
# Patch libgit2dart (see https://github.com/dart-lang/pub/issues/3563)
55
55
( cd packages/aft/external/libgit2dart; git apply ../libgit2dart.patch )
56
56
dart pub global activate -spath packages/aft
57
+ ( cd packages/aft/external/libgit2dart; git reset --hard HEAD )
57
58
58
59
- name : Setup Firefox
59
60
if : ${{ matrix.browser == 'firefox' }}
Original file line number Diff line number Diff line change 58
58
# Patch libgit2dart (see https://github.com/dart-lang/pub/issues/3563)
59
59
( cd packages/aft/external/libgit2dart; git apply ../libgit2dart.patch )
60
60
dart pub global activate -spath packages/aft
61
+ ( cd packages/aft/external/libgit2dart; git reset --hard HEAD )
61
62
62
63
- name : Setup Firefox
63
64
if : ${{ matrix.browser == 'firefox' }}
Original file line number Diff line number Diff line change 55
55
# Patch libgit2dart (see https://github.com/dart-lang/pub/issues/3563)
56
56
( cd packages/aft/external/libgit2dart; git apply ../libgit2dart.patch )
57
57
dart pub global activate -spath packages/aft
58
+ ( cd packages/aft/external/libgit2dart; git reset --hard HEAD )
58
59
59
60
- name : Bootstrap
60
61
id : bootstrap
Original file line number Diff line number Diff line change 51
51
# Patch libgit2dart (see https://github.com/dart-lang/pub/issues/3563)
52
52
( cd packages/aft/external/libgit2dart; git apply ../libgit2dart.patch )
53
53
dart pub global activate -spath packages/aft
54
+ ( cd packages/aft/external/libgit2dart; git reset --hard HEAD )
54
55
55
56
- name : Bootstrap
56
57
id : bootstrap
You can’t perform that action at this time.
0 commit comments