Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
colinpmillar authored Feb 19, 2024
1 parent a544114 commit 7bd987b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ jobs:
if: "!contains(github.event.head_commit.message, '[no-deploy]')"
runs-on: ubuntu-latest
steps:
- run: sudo apt-get install -y libsodium-dev
- uses: actions/checkout@v2
- uses: tecolicom/actions-use-apt-tools@v1
with:
tools: libsodium-dev
- name: deploy
uses: BDSI-Utwente/shinyapps-deploy-github-action@v1
with:
Expand Down

0 comments on commit 7bd987b

Please sign in to comment.