Skip to content

Commit

Permalink
Add sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Sep 5, 2024
1 parent f52fb06 commit 483e9b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: apt update && apt install libvips-dev -y
- run: sudo apt update && sudo apt install libvips-dev -y
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down

0 comments on commit 483e9b1

Please sign in to comment.