Skip to content

Commit

Permalink
CI: Bump some versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaffeine committed Aug 4, 2023
1 parent ab008d7 commit 204d361
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
os: [windows-2019]
include:
- os: windows-2019
cmake-args: -G "Visual Studio 16 2019" -A x64 -DUSE_CONAN=ON
cmake-args: -G "Visual Studio 17 2022" -A x64 -DUSE_CONAN=ON
package-file: "*-win64.zip"
fancy: false
env:
Expand All @@ -22,7 +22,7 @@ jobs:
LDFLAGS: /WX

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Conan
id: conan
Expand All @@ -46,7 +46,7 @@ jobs:
mv ${{ matrix.package-file }} artifacts
- name: Upload Artifacts
uses: actions/upload-artifact@v1
uses: actions/upload-artifact@v3
with:
name: InfclassR-${{ matrix.os }}
path: release/artifacts

0 comments on commit 204d361

Please sign in to comment.