Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
joshraphael committed Jan 13, 2025
1 parent 912d3ba commit 29a0b79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ jobs:
run: Xvfb :99 -screen 0 1024x768x24 +extension GLX +render -noreset &

- name: Install .NET Runtime 6.36
run: DISPLAY=:99 wine ${{env.RATOOLS_DIR}}/dotnet-runtime.exe /install /silent

- run: dotnet --info
run: DISPLAY=:99 wine dotnet --info # ${{env.RATOOLS_DIR}}/dotnet-runtime.exe /install /silent

- name: Get RATools CLI
run: wget -O ${{env.RATOOLS_DIR}}/RATools-${{env.RATOOLS_VERSION}}.zip "https://github.com/Jamiras/RATools/releases/download/${{env.RATOOLS_VERSION}}/RATools-${{env.RATOOLS_VERSION}}.zip"
Expand Down

0 comments on commit 29a0b79

Please sign in to comment.