Skip to content

Commit c78947a

Browse files
committed
try export in reusable
1 parent 073da26 commit c78947a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
run: dotnet build --no-restore /p:ContinuousIntegrationBuild=true
6060
- name: Test
6161
run: |
62+
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/NRedisStack/src/NRedisStack/libcommands.so
6263
echo "${{secrets.REDIS_CA_PEM}}" > tests/NRedisStack.Tests/bin/Debug/net6.0/redis_ca.pem
6364
echo "${{secrets.REDIS_USER_CRT}}" > tests/NRedisStack.Tests/bin/Debug/net6.0/redis_user.crt
6465
echo "${{secrets.REDIS_USER_PRIVATE_KEY}}" > tests/NRedisStack.Tests/bin/Debug/net6.0/redis_user_private.key

0 commit comments

Comments
 (0)