ah
Some checks failed
test / test (push) Failing after 22s

This commit is contained in:
Josh Thomas 2024-12-14 01:49:40 -06:00
parent 8a7d613ed1
commit 84cfbbd0ef

View file

@ -26,7 +26,7 @@ jobs:
run: curl -LsSf https://astral.sh/uv/install.sh | sh
- name: Install Rust toolchain
run: curl https://sh.rustup.rs -sSf | sh -y
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Install Protoc
uses: https://git.joshthomas.dev/mirrors/setup-protoc@v3