diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b069c9d..a70d8dc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,6 +8,9 @@ jobs: test-amd64: runs-on: [rust-latest, amd64-builder] steps: + - name: System Info + run: uname -m + - name: Setup run: | apt update -y @@ -24,6 +27,9 @@ jobs: test-arm64: runs-on: [rust-latest, arm64-builder] steps: + - name: System Info + run: uname -m + - name: Setup run: | apt update -y