Skip to content

Commit

Permalink
enhancement #132: fix version of windows and vs studio
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 10, 2024
1 parent 256e369 commit 1a79df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/generate_csharp_code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: [push]

jobs:
build:
runs-on: windows-latest
runs-on: windows-2022

steps:
- name: Checkout code
Expand All @@ -14,10 +14,10 @@ jobs:
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v2
with:
msbuild-architecture: x64
vs-version: '[17.10,17.11)'

- name: Build solution
run: msbuild 'csharp\reachy_sdk\reachy_sdk.sln'
run: msbuild 'csharp\reachy_sdk\reachy_sdk.sln' /p:Configuration=Release

- name: Commit and push changes
run: |
Expand Down

0 comments on commit 1a79df7

Please sign in to comment.