Skip to content

Commit

Permalink
add missing sudo in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Aug 2, 2024
1 parent 3d73aad commit 2d068d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
allow-prerelease-opam: false
- name: depext
run: |
apt update
sudo apt update
opam install . --depext-only --with-test --with-doc
- name: setup-deploy
if: steps.cache-opam.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 2d068d3

Please sign in to comment.