diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml index 590432b..30818ed 100644 --- a/.forgejo/workflows/uwu.yaml +++ b/.forgejo/workflows/uwu.yaml @@ -3,4 +3,6 @@ jobs: test: runs-on: docker steps: - - run: cargo test --lib + - run: apt update; apt install --yes curl wget + - run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default + - run: cargo test --lib