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