Skip to content

Commit

Permalink
bug: TIL you can "sudo" in github actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
shanecelis committed Apr 30, 2024
1 parent e1bdcd4 commit 673139e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Configure cache
uses: Swatinem/rust-cache@v2
- name: Install gnuplot
run: apt-get install gnuplot
run: sudo apt-get install gnuplot
- name: Setup pages
id: pages
uses: actions/configure-pages@v4
Expand Down

0 comments on commit 673139e

Please sign in to comment.