diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 542cf27..9463aee 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -13,6 +13,7 @@ jobs: apt update -m apt install -y curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + . "$HOME/.cargo/env" cargo build test-arm64: @@ -23,4 +24,5 @@ jobs: apt update -m apt install -y curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y + . "$HOME/.cargo/env" cargo build