Skip to content

Commit

Permalink
Update LKD_LIB and LK_DIR separately
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Sep 15, 2023
1 parent 05973a3 commit 5f522e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,12 @@ jobs:
cd $GITHUB_WORKSPACE/lk
cmake -Bbuild_linux -DCMAKE_BUILD_TYPE=Debug
cmake --build build_linux -- -j
- name: Set LKDIR and LKD_LIB envs
- name: Set LKDIR
run: |
echo "LKD_LIB=$GITHUB_WORKSPACE/lk/build_linux" >>$GITHUB_ENV
echo "LKDIR=$GITHUB_WORKSPACE/lk" >>$GITHUB_ENV
- name: Set LKD_LIB
run: |
echo "LKD_LIB=$GITHUB_WORKSPACE/lk/build_linux" >>$GITHUB_ENV
- name: Set RAPIDJSONDIR
run: |
echo "RAPIDJSONDIR=$GITHUB_WORKSPACE/ssc" >>$GITHUB_ENV
Expand Down

0 comments on commit 5f522e9

Please sign in to comment.