Skip to content

Commit

Permalink
[test] ld library path
Browse files Browse the repository at this point in the history
  • Loading branch information
MadSchemas committed May 28, 2024
1 parent 3111a54 commit fb972a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ jobs:
with:
go-version: '1.22.x'
check-latest: true
- name: Set PATH
run: echo "export PATH=\$PATH:/opt/homebrew/lib" >> $GITHUB_ENV
- name: Set LD_LIBRARY_PATH
run: echo "export LD_LIBRARY_PATH=\$LD_LIBRARY_PATH:/opt/homebrew/lib" >> $GITHUB_ENV
- name: Download ${{matrix.os}}${{matrix.sanitizer}} Artifacts
if: ${{ matrix.os != 'macos-latest' || matrix.test == 'GO' }}
uses: actions/download-artifact@v4
Expand All @@ -100,7 +100,7 @@ jobs:
else
./dependencies.sh
ls -lah /opt/homebrew/lib/libleveldb.a
echo $PATH
echo $LD_LIBRARY_PATH
fi
if [[ $TEST == 'GO' ]]; then
go mod download
Expand Down

0 comments on commit fb972a8

Please sign in to comment.