File tree 1 file changed +1
-5
lines changed 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -273,10 +273,6 @@ runs:
273
273
if (Sys.which("quarto") != "") {
274
274
cat("Quarto is already installed at", Sys.which("quarto"), "\n")
275
275
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"
280
276
} else {
281
277
qmd <- dir(recursive = TRUE, pattern = "[.]qmd$")
282
278
if (length(qmd) > 0) {
@@ -295,7 +291,7 @@ runs:
295
291
296
292
- name : Install quarto if needed
297
293
if : ${{ steps.check-quarto.outputs.install == 'true' }}
298
- uses : quarto-dev/quarto-actions/setup@87b35bb88b36317fa36b5189e9553b4164a5c5a3
294
+ uses : quarto-dev/quarto-actions/setup@9e48da27e184aa238fcb49f5db75469626d43adb
299
295
with :
300
296
version : ${{ inputs.quarto-version }}
301
297
You can’t perform that action at this time.
0 commit comments