earthly didnt have windows binary < 0.5.15

This commit is contained in:
Kevin Schoonover 2022-03-27 20:34:56 -07:00
parent f5f9ecd12e
commit ddca0c8822

View File

@ -41,6 +41,7 @@ jobs:
name: Test Specific Version Install
strategy:
matrix:
# windows was not available < v0.5.15
platform: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.platform }}
steps:
@ -53,7 +54,7 @@ jobs:
- run: npm run package
- uses: ./
with:
version: 0.5.0
version: 0.5.15
- run: earthly --version
patch-range:
name: Test Patch Range Version Install