Skip to content

Commit

Permalink
updated order of steps
Browse files Browse the repository at this point in the history
  • Loading branch information
collinschwantes committed Jan 9, 2024
1 parent a59b87e commit 9242e63
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/bookdown_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ jobs:
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- name: Install system dependencies
run: |
sh sys_deps/sys_deps.sh
# potentially drop to keep from locking package versions
# look into how this impacts build
- uses: r-lib/actions/setup-renv@v2

- name: Install libgit2
run: sudo apt install libgit2-dev

- name: Install system dependencies
run: |
sh sys_deps/sys_deps.sh
- name: Cache bookdown results
uses: actions/cache@v2
with:
Expand Down

0 comments on commit 9242e63

Please sign in to comment.