Skip to content

Commit

Permalink
Install libgit2-dev in action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NeuroShepherd committed Feb 13, 2024
1 parent 5ea0af5 commit 7c3991d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/shiny-deploy-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
with:
use-public-rspm: true

- name: Install libgit2-dev
shell: sudo apt-get install -y libgit2-dev

- uses: r-lib/actions/setup-renv@v2

- name: Install rsconnect
Expand Down

0 comments on commit 7c3991d

Please sign in to comment.