diff --git a/.forgejo/workflows/cargo_test.yml b/.forgejo/workflows/cargo_test.yml index b84ca77..43d931c 100644 --- a/.forgejo/workflows/cargo_test.yml +++ b/.forgejo/workflows/cargo_test.yml @@ -18,7 +18,10 @@ jobs: uses: actions/checkout@v4 - name: Install Cargo via Ubuntu package - run: sudo apt update && sudo apt-get install -y cargo + run: sudo apt update && sudo apt-get install -y rustup + + - name: Install Rust + run: rustup-init -y - name: Cache dependencies uses: actions/cache@v2