Skip to content

Commit

Permalink
fix dependencies install permission
Browse files Browse the repository at this point in the history
  • Loading branch information
giancastro committed Apr 27, 2021
1 parent f4e36c3 commit 60d0fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
dotnet-version: '3.0.100'
- name: Install dependencies
run: |
apt-get install pandoc
sudo apt-get install pandoc
python -m pip install --upgrade pip
pip install setuptools \
wheel \
Expand Down

0 comments on commit 60d0fb7

Please sign in to comment.