diff --git a/.forgejo/workflows/uwu.yaml b/.forgejo/workflows/uwu.yaml index 85c8c98..432574f 100644 --- a/.forgejo/workflows/uwu.yaml +++ b/.forgejo/workflows/uwu.yaml @@ -14,10 +14,11 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Install cargo + - name: Install toolchain run: | apt update - apt install --yes cargo + apt install --yes curl + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly --profile default -y - name: Build run: cargo build --verbose - name: Run tests