mirror of
https://github.com/actions/runner-images.git
synced 2025-12-10 19:16:48 +00:00
11 lines
306 B
Bash
11 lines
306 B
Bash
#!/bin/bash -e
|
|
################################################################################
|
|
## File: sphinx.sh
|
|
## Desc: Installs Sphinx
|
|
################################################################################
|
|
|
|
|
|
# Install Sphinx
|
|
apt-get install -y sphinxsearch
|
|
|
|
invoke_tests "Tools" "Sphinx" |