Skip to content

Commit

Permalink
update babel installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
RealRichi3 committed May 8, 2024
1 parent 62131ae commit b3629c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Create writable directory
run: /
mkdir my_R_library
chmod -R 777 ./my_R_library
chmod u+w ./my_R_library

- name: Install pak
run: Rscript -e 'install.packages("pak", repos = "https://cloud.r-project.org", lib = "./my_R_library")'
Expand Down

0 comments on commit b3629c9

Please sign in to comment.