Skip to content

Commit 0a16dde

Browse files
committed
publish 28
1 parent f98cde8 commit 0a16dde

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Quarto
3434
uses: quarto-dev/quarto-actions/setup@v2
3535
with:
36-
version: '1.9.14' # Stable version to avoid download issues
36+
version: '1.9.14'
3737

3838
- name: Setup R
3939
uses: r-lib/actions/setup-r@v2
@@ -61,13 +61,12 @@ jobs:
6161
echo "System libraries installed. Checking Magick++..."
6262
ldconfig -p | grep Magick++ || echo "WARNING: libMagick++ not found"
6363
64-
- name: Install magick binary (required for hexSticker)
64+
- name: Install magick (source compilation with system libs)
6565
run: |
6666
Rscript -e "
6767
install.packages(
6868
'magick',
69-
repos = 'https://cloud.r-project.org',
70-
type = 'binary',
69+
repos = 'https://packagemanager.posit.co/cran/__linux__/noble/latest',
7170
quiet = TRUE
7271
)
7372
"

0 commit comments

Comments
 (0)