Files
cs249r_book/tools/scripts/check_workflow_changes.sh
Vijay Janapa Reddi 390d08d675 fix(ci): remove redundant docker pull in container job
Removes the explicit "Pull Linux Container" step from the containerized build workflow. This step was causing a "docker: command not found" error because it attempted to run `docker pull` from within the job container, which does not have the Docker client installed.

The `container:` directive in the job definition already handles pulling the required image, and it correctly utilizes the `actions/cache` step to accelerate the process. This change simplifies the workflow and resolves the execution error without impacting caching behavior.
2025-08-10 16:51:48 -04:00

1001 B
Executable File