Skip to content

Commit

Permalink
Add Windows into the workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurSonzogni committed Jan 12, 2022
1 parent 8133d50 commit 5431da1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
compiler: clang++
test: true

#- name: Windows MSVC
#os: windows-latest
#compiler: cl
#test: false
- name: Windows MSVC
os: windows-latest
compiler: cl
test: false

runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -84,8 +84,8 @@ jobs:
asset_path: build/json-tui*Linux*
- os: macos-latest
asset_path: build/json-tui*Darwin*
#- os: windows-latest
#asset_path: build/json-tui*Win64*
- os: windows-latest
asset_path: build/json-tui*Win64*
runs-on: ${{ matrix.os }}
steps:
- name: "Checkout repository"
Expand Down

0 comments on commit 5431da1

Please sign in to comment.