Skip to content
This repository has been archived by the owner on Dec 31, 2022. It is now read-only.

Commit

Permalink
Forces headless mode in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
gilnobrega committed Jul 16, 2021
1 parent a65348a commit 54f3ec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
./dart-aarch64/dart-sdk/bin/dart run environment_config:generate
./dart-aarch64/dart-sdk/bin/dart compile exe farmr.dart
./dart-aarch64/dart-sdk/bin/dart compile exe farmr_package.dart
./farmr.exe harvester onetime standalone
./farmr.exe harvester onetime standalone headless
- name: Compile x86_64
if: matrix.architecture == 'x86_64'
Expand All @@ -85,7 +85,7 @@ jobs:
./dart-x86_64/dart-sdk/bin/dart run environment_config:generate
./dart-x86_64/dart-sdk/bin/dart compile exe farmr.dart
./dart-x86_64/dart-sdk/bin/dart compile exe farmr_package.dart
./farmr.exe harvester onetime standalone
./farmr.exe harvester onetime standalone headless
- name: Renames farmr binary
run: |
Expand Down Expand Up @@ -196,7 +196,7 @@ jobs:
chmod +x ./flexpool.sh
dart compile exe farmr.dart
chmod +x farmr.exe
./farmr.exe harvester onetime standalone
./farmr.exe harvester onetime standalone headless
mv farmr.exe farmr
tar -czvf ./farmr-macOS-${{ matrix.architecture }}.tar.gz ./farmr ./config ./blockchain ./farmer.sh ./harvester.sh ./hpool.sh ./foxypoolog.sh ./flexpool.sh
Expand All @@ -209,7 +209,7 @@ jobs:
dart compile exe farmr_hpool.dart
dart compile exe farmr_foxypoolog.dart
dart compile exe farmr_flexpool.dart
./farmr.exe harvester onetime standalone
./farmr.exe harvester onetime standalone headless
move ./farmr.exe ./farmer.exe
move ./farmr_hpool.exe ./hpool.exe
move ./farmr_harvester.exe ./harvester.exe
Expand Down

0 comments on commit 54f3ec2

Please sign in to comment.