Skip to content

Commit

Permalink
Attempt to fix autofixer installation again
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfirth authored Oct 30, 2024
1 parent 8ab83d9 commit 19cedea
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/resyntax-autofixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
dest: '"${HOME}/racketdist-current-CS"'
sudo: never
- name: Install and setup
run: raco pkg install --auto gui-doc gui-lib gui-test gui text-table
run: |
raco pkg install -i --auto --no-setup --skip-installed gui-test
raco pkg update --auto --no-setup gui-doc gui-lib gui text-table
raco setup gui-doc gui-lib gui-test gui text-table
- name: Create a Resyntax pull request
uses: jackfirth/[email protected]
with:
Expand Down

0 comments on commit 19cedea

Please sign in to comment.