Codecrafters/compile.sh: not found

I have this error on old rust repo
[build] > /bin/sh: 1: .codecrafters/compile.sh: not found
[build] Error: process “/bin/sh -c .codecrafters/compile.sh” did not complete successfully: exit code: 127.
[build] > /bin/sh: 1: .codecrafters/compile.sh: not found
[build] Build failed. Check the logs above for the reason.
[build] If you think this is a CodeCrafters error, please contact us at hello@codecrafters.io.

This is the repo GitHub - m4salah/codecrafters-http-server-rust: This is the solution for codecrafter (creating http server using rust)

Hey @m4salah, if you re-clone the repo from our server, it should works as expected.

Let me know if you’re still running into issues!

I’m getting this issue with my Rust repo. Only pulled directly from you. Tried a clean and re-clone but still have the problem coming up.

Hey @Hwatwasthat, I’ve pushed a fix to your repo. You can run git pull to sync the changes.