From eabd691e03bdcfdee6b621ef85dee29bed15b48c Mon Sep 17 00:00:00 2001 From: Jacqueline Firth Date: Mon, 9 Dec 2024 16:50:47 -0800 Subject: [PATCH] Update resyntax-autofixer.yml The `gui-doc` package is not installed in the docker container the action is using, so it has to be installed and then updated rather than just updated. --- .github/workflows/resyntax-autofixer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/resyntax-autofixer.yml b/.github/workflows/resyntax-autofixer.yml index 1af175a54..be0c514f6 100644 --- a/.github/workflows/resyntax-autofixer.yml +++ b/.github/workflows/resyntax-autofixer.yml @@ -24,7 +24,7 @@ jobs: sudo: never - name: Install and setup run: | - raco pkg install -i --auto --no-setup --skip-installed gui-test + raco pkg install -i --auto --no-setup --skip-installed gui-test gui-doc raco pkg update --auto --no-setup gui-doc gui-lib gui tex-table raco setup gui-doc gui-lib gui-test gui tex-table - name: Create a Resyntax pull request