Skip to content

Commit

Permalink
set ld path in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Nov 23, 2023
1 parent a99ea25 commit c5b9679
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ jobs:
sudo apt-get update;
echo "servicefabric servicefabric/accepted-eula-ga select true" | sudo debconf-set-selections ;
echo "servicefabricsdkcommon servicefabricsdkcommon/accepted-eula-ga select true" | sudo debconf-set-selections ;
sudo apt-get install servicefabricsdkcommon -y
sudo apt-get install servicefabricsdkcommon -y;
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/microsoft/servicefabric/bin/Fabric/Fabric.Code" >> $GITHUB_ENV
- name: Get specific version CMake, v3.21.2
uses: lukka/[email protected]
Expand Down

0 comments on commit c5b9679

Please sign in to comment.