diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 9463aee..8487c17 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: apt install -y curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y . "$HOME/.cargo/env" + ls cargo build test-arm64: @@ -25,4 +26,5 @@ jobs: apt install -y curl curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y . "$HOME/.cargo/env" + ls cargo build