Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicogene authored Sep 6, 2023
1 parent bb2b78d commit 3f1b84e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@master

- name: Set up environment variables [Windows]
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
shell: bash
run: |
# the following fix the problem described in https://github.saobby.my.eu.orgmunity/t5/GitHub-Actions/Windows-tests-worked-yesterday-broken-today/m-p/43839#M5530
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Dependencies [Windows]
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
shell: bash
run: |
choco install -y curl wget unzip
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
cmake --build . --config ${{ matrix.build_type }} --target install
- name: Source-based Dependencies [Windows]
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
shell: bash
run: |
# YCM
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Configure [Windows]
# Use bash also on Windows (otherwise cd, mkdir, ... do not work)
if: matrix.os == 'windows-latest'
if: matrix.os == 'windows-2019'
shell: bash
run: |
mkdir -p build
Expand Down

0 comments on commit 3f1b84e

Please sign in to comment.