Skip to content

Commit

Permalink
window-2019-large
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Oct 14, 2023
1 parent e9cabdc commit 4cce616
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-2019-large]
include:
- os: windows-2019
- os: windows-2019-large
arch: "-A x64"
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -34,7 +34,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libhdf5-dev libssl-dev libzstd-dev autoconf
- name: Set up Windows path
uses: myci-actions/export-env-var-powershell@1
if: matrix.os == 'windows-2019'
if: matrix.os == 'windows-2019-large'
with:
name: PATH
value: D:\a\dorado\dorado\dist\bin;$env:PATH
Expand Down

0 comments on commit 4cce616

Please sign in to comment.