Skip to content

Commit

Permalink
fix(ci): use correct windows target value
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoomen committed Oct 28, 2020
1 parent 709b6c6 commit 41eab11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: ubuntu-latest
target: linux
- os: windows-latest
target: windows
target: win
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- os: ubuntu-latest
target: linux
- os: windows-latest
target: windows
target: win
runs-on: ${{ matrix.os }}
steps:
- name: Checkout kkoomen/vim-doge
Expand Down

0 comments on commit 41eab11

Please sign in to comment.