Skip to content

Commit

Permalink
the variable needs to be set in the previous step
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Dec 19, 2023
1 parent 0ad2f0f commit 8c571f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
7z x '${{ runner.temp }}/.hdfqlr/HDFql.zip' \
-o'${{ runner.temp }}/.hdfqlr' -y
echo "HDFQL_DIR=${{ runner.temp }}/.hdfqlr/hdfql-2.1.0" >> $GITHUB_ENV
- name: Set up library linker
run: |
if [ "$RUNNER_OS" == "Linux" ]; then
export LD_LIBRARY_PATH=$HDFQL_DIR/wrapper/R:$HDFQL_DIR/lib:$LD_LIBRARY_PATH
elif [ "$RUNNER_OS" == "macOS" ]; then
Expand Down

0 comments on commit 8c571f0

Please sign in to comment.