Skip to content

Commit

Permalink
ci: set GEMINI_ROOT for PyGemini
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed May 7, 2024
1 parent 89766c3 commit 554c95c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: ci
env:
GEMINI_CIROOT: ~/ci
CMAKE_BUILD_TYPE: Release
CMAKE_INSTALL_PREFIX: ~/libgem_gnu
CMAKE_INSTALL_PREFIX: ~/libgem
GEMINI_ROOT: ~/libgem
HOMEBREW_NO_INSTALL_CLEANUP: 1

# GEMINI_ROOT is used to find Gemini3D by PyGemini

on:
push:
paths:
Expand Down

0 comments on commit 554c95c

Please sign in to comment.