Skip to content

Commit

Permalink
Does sudo work on CI, I wonder...
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Oct 2, 2024
1 parent c9df287 commit 9f08b25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pa11y-install:
}

install: $(VENVDIR)
apt install libboost-system-dev libboost-program-options-dev libboost-filesystem-dev libboost-iostreams-dev -y
sudo apt install libboost-system-dev libboost-program-options-dev libboost-filesystem-dev libboost-iostreams-dev -y

run: install
. $(VENV); sphinx-autobuild -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS)
Expand Down

0 comments on commit 9f08b25

Please sign in to comment.