Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ellraiser committed Oct 8, 2023
1 parent 52cd16b commit a98e5f4
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ jobs:
macOS:
runs-on: macos-latest
steps:
- name: Get sample file
- name: Checkout Repo
uses: actions/checkout@v4
with:
sparse-checkout: examples/lovetest_runAllTests.md
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand All @@ -20,8 +18,12 @@ jobs:
steps:
- name: Get sample file
uses: actions/checkout@v4
with:
sparse-checkout: examples/lovetest_runAllTests.md
- name: Install Mesa
if: steps.vars.outputs.arch != 'ARM64'
run: |
curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/23.2.1/mesa3d-23.2.1-release-msvc.7z
7z x mesa.7z
powershell.exe systemwidedeploy.cmd
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand Down

0 comments on commit a98e5f4

Please sign in to comment.