Skip to content

Commit beed32d

Browse files
committed
remove set -e
1 parent f987270 commit beed32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scripts/install-tools.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
set -e
3+
# set -e
44

55
flutter config --no-analytics
66
flutter pub global activate melos 6.3.2

0 commit comments

Comments
 (0)