Skip to content

Commit

Permalink
wip windows ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
aeltorio committed Jun 15, 2024
1 parent fc45600 commit b010eac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
fail-fast: false
matrix:
job:
- { vcpkg_triplet: x64 , arch: x86_64 }
- { vcpkg_triplet: x86 , arch: i686 }
- { vcpkg_triplet: x64-windows-static-release , arch: x86_64 }
- { vcpkg_triplet: x86-windows-static-release , arch: i686 }

steps:
- name: Checkout code
Expand Down

0 comments on commit b010eac

Please sign in to comment.