Skip to content

Commit

Permalink
Source before setting env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-s committed Dec 3, 2024
1 parent 0ddb354 commit 6e40467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ jobs:
conda install -c ${{ github.workspace }}/conda-bld/ sbcl-librarian
- name: set environment variables
run: |
source ~/.bash_profile
echo "LIBRARY_PATH=$LIBSBCL_PATH:$CONDA_PREFIX/lib" >> "$GITHUB_ENV"
echo "DYLD_LIBRARY_PATH=$LIBSBCL_PATH:$CONDA_PREFIX/lib" >> "$GITHUB_ENV"
echo "C_INCLUDE_PATH=$CONDA_PREFIX/include" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 6e40467

Please sign in to comment.