Skip to content

Commit 0654908

Browse files
committed
Update build_docs.yml
fix permission denied
1 parent 566b09b commit 0654908

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- run: apt-get update && apt-get install libgl1
14+
- run: sudo apt-get update && sudo apt-get install libgl1
1515
- uses: actions/checkout@v1
1616
# Standard drop-in approach that should work for most people.
1717
- uses: ammaraskar/sphinx-action@master

0 commit comments

Comments
 (0)