Skip to content

Commit

Permalink
Attempt #2 to fix textshaping2 error
Browse files Browse the repository at this point in the history
  • Loading branch information
melissavanbussel committed Oct 13, 2024
1 parent c8f69fa commit 7ca8580
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,7 @@ jobs:
- name: Set PKG_CONFIG_PATH
run: |
echo "/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
echo "/usr/local/lib/pkgconfig" >> $GITHUB_ENV
echo "/usr/share/pkgconfig" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig:/usr/local/lib/pkgconfig:/usr/share/pkgconfig" >> $GITHUB_ENV
- name: Install R Dependencies
uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 7ca8580

Please sign in to comment.