Skip to content

Commit cb920d9

Browse files
jackfirthsorawee
authored andcommitted
Fix typo in resyntax-autofixer.yml
This broke the autofixer runs.
1 parent cccdf10 commit cb920d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/resyntax-autofixer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ jobs:
2525
- name: Install and setup
2626
run: |
2727
raco pkg install -i --auto --no-setup --skip-installed gui-test
28-
raco pkg update --auto --no-setup gui-doc gui-lib gui text-table
29-
raco setup gui-doc gui-lib gui-test gui text-table
28+
raco pkg update --auto --no-setup gui-doc gui-lib gui tex-table
29+
raco setup gui-doc gui-lib gui-test gui tex-table
3030
- name: Create a Resyntax pull request
3131
uses: jackfirth/[email protected]
3232
with:

0 commit comments

Comments
 (0)