mirror of
https://github.com/isledecomp/isle.git
synced 2025-08-28 22:11:34 -04:00
use ubuntu for compare
This commit is contained in:
parent
9176b8e005
commit
a4ce103d09
1 changed files with 3 additions and 3 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
||||||
|
|
||||||
compare:
|
compare:
|
||||||
needs: build
|
needs: build
|
||||||
runs-on: windows-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@master
|
- uses: actions/checkout@master
|
||||||
|
|
||||||
|
@ -88,8 +88,8 @@ jobs:
|
||||||
- name: Download original island binares
|
- name: Download original island binares
|
||||||
if: ${{ !steps.cache-original-binaries.outputs.cache-hit }}
|
if: ${{ !steps.cache-original-binaries.outputs.cache-hit }}
|
||||||
run: |
|
run: |
|
||||||
C:\msys64\usr\bin\wget.exe https://legoisland.org/download/ISLE.EXE --directory-prefix=legobin
|
wget https://legoisland.org/download/ISLE.EXE --directory-prefix=legobin
|
||||||
C:\msys64\usr\bin\wget.exe https://legoisland.org/download/LEGO1.DLL --directory-prefix=legobin
|
wget https://legoisland.org/download/LEGO1.DLL --directory-prefix=legobin
|
||||||
|
|
||||||
- name: Cache original binaries
|
- name: Cache original binaries
|
||||||
if: ${{ !steps.cache-original-binaries.outputs.cache-hit }}
|
if: ${{ !steps.cache-original-binaries.outputs.cache-hit }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue