Skip to content

Commit

Permalink
Github action: use libemulator.so from the same branch
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksej-paschenko committed Nov 22, 2023
1 parent 9166318 commit 794df71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
LITE_SERVERS: ${{ secrets.LITE_SERVERS }}
run: |
mkdir -p ${{ env.LD_LIBRARY_PATH}}
wget https://github.com/tonkeeper/tongo/raw/master/lib/linux/libemulator.so -O ${{ env.LD_LIBRARY_PATH}}/libemulator.so
wget https://github.com/tonkeeper/tongo/raw/${{ github.ref_name }}/lib/linux/libemulator.so -O ${{ env.LD_LIBRARY_PATH}}/libemulator.so
make test

0 comments on commit 794df71

Please sign in to comment.