Skip to content

Commit

Permalink
Debug macOS screen resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewSazonov committed Oct 19, 2023
1 parent f2d11d9 commit 24a4aca
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,23 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, macos-12, windows-2022]
os: [macos-12]

steps:
- name: Check-out repository
uses: actions/checkout@v3



- name: Debug 1
run: |
ls "/Library/Application Support"
- name: Debug 2
run: |
ls "/Library/Application Support/VirtualBox"
- name: Set up Python environment
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 24a4aca

Please sign in to comment.