Skip to content

Commit

Permalink
add zstd path
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Jan 15, 2025
1 parent 9984d1a commit abeaad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-svn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
- name: Remove homebrew
run: |
echo "/opt/R/${ARCH}/bin" >> $GITHUB_PATH
echo "LDFLAGS=-L/opt/R/${ARCH}/lib" >> $GITHUB_ENV
echo "CPPFLAGS=-I/opt/R/${ARCH}/include" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=/opt/R/${ARCH}/lib/pkgconfig:/opt/R/${ARCH}/share/pkgconfig" >> $GITHUB_ENV
echo "/Library/TeX/texbin" >> $GITHUB_PATH
Expand Down

0 comments on commit abeaad0

Please sign in to comment.