We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f98cde8 commit 0a16ddeCopy full SHA for 0a16dde
1 file changed
.github/workflows/publish.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup Quarto
34
uses: quarto-dev/quarto-actions/setup@v2
35
with:
36
- version: '1.9.14' # Stable version to avoid download issues
+ version: '1.9.14'
37
38
- name: Setup R
39
uses: r-lib/actions/setup-r@v2
@@ -61,13 +61,12 @@ jobs:
61
echo "System libraries installed. Checking Magick++..."
62
ldconfig -p | grep Magick++ || echo "WARNING: libMagick++ not found"
63
64
- - name: Install magick binary (required for hexSticker)
+ - name: Install magick (source compilation with system libs)
65
run: |
66
Rscript -e "
67
install.packages(
68
'magick',
69
- repos = 'https://cloud.r-project.org',
70
- type = 'binary',
+ repos = 'https://packagemanager.posit.co/cran/__linux__/noble/latest',
71
quiet = TRUE
72
)
73
"
0 commit comments