Skip to content

Commit

Permalink
Update test_DesiRNA.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fryzjergda authored Jun 5, 2024
1 parent bfc2a2c commit 7896123
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/test_DesiRNA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,13 @@ jobs:
echo 'export CPPFLAGS="-I/usr/local/opt/gettext/include"' >> $GITHUB_ENV
echo 'export DYLD_LIBRARY_PATH="/usr/local/opt/gettext/lib:$DYLD_LIBRARY_PATH"' >> $GITHUB_ENV
- name: Debug environment settings
if: runner.os == 'macos'
run: |
echo "Checking DYLD_LIBRARY_PATH:"
echo $DYLD_LIBRARY_PATH
ls -l /usr/local/opt/gettext/lib/
ls -l /usr/local/lib/libintl.8.dylib
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
Expand Down

0 comments on commit 7896123

Please sign in to comment.