Skip to content

Commit

Permalink
ci:windows: "$HOME" needed
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 9, 2024
1 parent 0a312ba commit 3228e05
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ env:
CTEST_NO_TESTS_ACTION: error
CTEST_PARALLEL_LEVEL: 0
CMAKE_BUILD_PARALLEL_LEVEL: 4
CMAKE_INSTALL_PREFIX: ~/libs
CMAKE_PREFIX_PATH: ~/libs

on:
push:
Expand All @@ -27,6 +25,11 @@ jobs:
timeout-minutes: 30
runs-on: windows-latest

# Windows needs these defined within the job. $HOME doesn't work nor does ~.
env:
CMAKE_INSTALL_PREFIX: libs
CMAKE_PREFIX_PATH: libs

steps:
- uses: msys2/setup-msys2@v2
with:
Expand Down

0 comments on commit 3228e05

Please sign in to comment.