Skip to content

Commit b9fb1d6

Browse files
authored
quarto-dev/quarto-actions/setup works on arm64 linux (#981)
1 parent 32869cb commit b9fb1d6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup-r-dependencies/action.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ runs:
273273
if (Sys.which("quarto") != "") {
274274
cat("Quarto is already installed at", Sys.which("quarto"), "\n")
275275
o <- "false"
276-
} else if (Sys.info()[["machine"]] == "aarch64" && Sys.info()[["sysname"]] == "Linux") {
277-
# do not install on aarch64 Linux, until this is merged and published:
278-
# https://github.com/quarto-dev/quarto-actions/pull/122
279-
o <- "false"
280276
} else {
281277
qmd <- dir(recursive = TRUE, pattern = "[.]qmd$")
282278
if (length(qmd) > 0) {
@@ -295,7 +291,7 @@ runs:
295291

296292
- name: Install quarto if needed
297293
if: ${{ steps.check-quarto.outputs.install == 'true' }}
298-
uses: quarto-dev/quarto-actions/setup@87b35bb88b36317fa36b5189e9553b4164a5c5a3
294+
uses: quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb
299295
with:
300296
version: ${{ inputs.quarto-version }}
301297

0 commit comments

Comments
 (0)