Skip to content

Commit

Permalink
increase ss resolution macos
Browse files Browse the repository at this point in the history
  • Loading branch information
maxisme committed Apr 2, 2022
1 parent f14e0d0 commit 4b289dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
script: |
echo "${{ secrets.B64_DEV_ENV }}" | base64 --decode > .env
# increase macos resolution
system_profiler SPDisplaysDataType | grep Resolution
"/Library/Application Support/VMware Tools/vmware-resolutionSet" 2560 1440
system_profiler SPDisplaysDataType | grep Resolution
flutter config --enable-macos-desktop
flutter devices
Expand Down

0 comments on commit 4b289dd

Please sign in to comment.