Skip to content

Commit

Permalink
Update validate.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz authored May 24, 2024
1 parent c593872 commit 1263147
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo make install
sudo cp -av /usr/local/lib/libSDL* /lib/x86_64-linux-gnu/
echo ::endgroup::
- name: Configure CMake
- name: Generate CMake Project
if: runner.os != 'Windows'
run: |
# enable ccache
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
Remove-Item -Path "C:\ProgramData\Chocolatey\bin\ccache.exe" -Force -ErrorAction SilentlyContinue
- name: Configure Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1
- name: Build N64Recomp & RSPRecomp
- name: Generate CMake Project
run: |
# enable ccache
set $env:PATH="$env:USERPROFILE/.cargo/bin;$env:PATH"
Expand Down

0 comments on commit 1263147

Please sign in to comment.