diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 667564d..1713960 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: run: | apt update -m pwd - l + ls -la test-arm64: runs-on: [rust-latest, arm64-builder] @@ -21,4 +21,4 @@ jobs: run: | apt update -m pwd - l \ No newline at end of file + ls -la \ No newline at end of file