Fix paths and instructions in build_tools/github_actions/README.md for simulating release runs.
diff --git a/build_tools/github_actions/README.md b/build_tools/github_actions/README.md
index e643daa..2b4d7a2 100644
--- a/build_tools/github_actions/README.md
+++ b/build_tools/github_actions/README.md
@@ -9,10 +9,11 @@
# From within docker.
export PATH=/opt/python/cp38-cp38/bin:$PATH
+python -m pip install -r bindings/python/build_requirements.txt
cd /work
-python ./build_tools/cmake/cmake_ci.py -B../iree-build \
+python ./build_tools/gitub_actions/cmake_ci.py -B../iree-build \
-DCMAKE_INSTALL_PREFIX=../iree-install -DCMAKE_BUILD_TYPE=Release \
-DIREE_BUILD_SAMPLES=OFF -DIREE_BUILD_PYTHON_BINDINGS=ON \
-DIREE_BUILD_TENSORFLOW_COMPILER=OFF -DIREE_BUILD_TFLITE_COMPILER=OFF -DIREE_BUILD_XLA_COMPILER=OFF
-python ./build_tools/cmake/cmake_ci.py --build ../iree-build
+python ./build_tools/github_actions/cmake_ci.py --build ../iree-build
```