Skip to content

Commit

Permalink
We definitely need vsenv, also fail if compiling fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jawilson committed Nov 18, 2023
1 parent 81376d1 commit f7ba646
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
id: build_plugin
run: |
$Env:CMAKE_PREFIX_PATH="$Env:VCPKG_INSTALLATION_ROOT\installed\x64-windows"
meson setup build
meson compile -C build
meson setup --vsenv build
echo "plugin_version=$((meson introspect --projectinfo build | ConvertFrom-Json).version)" | Out-File -FilePath $Env:GITHUB_OUTPUT -Append -Encoding utf8
meson compile -C build
- name: Setup NuGet
uses: NuGet/setup-nuget@v1
Expand Down

0 comments on commit f7ba646

Please sign in to comment.