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 b00f166 commit 46b9b80
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ jobs:
uses: actions/checkout@v4
- name: Install Mesa
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
curl -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 1
- name: Download Love
run: |
curl.exe -vLJ -H 'Accept: application/octet-stream' --output love-windows-x64.zip --url https://github.com/love2d/love/suites/17006638388/artifacts/971298540
tar -xf love-windows-x64.zip
tar -xf love-windows-x64/love-12.0-win64.zip
curl -H "Accept: application/vnd.github+json" -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" -L -o love12.zip "https://github.com/love2d/love/suites/17006638388/artifacts/971298540"
tar -xf love12.zip
tar -xf love12/love-12.0-win64.zip
- name: Run Test Suite
run: love-windows-x64\love-12.0-win64\lovec.exe ./
run: love12\love-12.0-win64\lovec.exe ./
- name: Love Test Report
uses: ellraiser/love-test-report@main
with:
Expand Down

0 comments on commit 46b9b80

Please sign in to comment.