diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 2fd03cc..c105257 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,10 +19,7 @@ jobs: uses: actions/checkout@v5 - name: Build - run: | - apt update -m - pwd - ls -la + run: cargo build test-arm64: runs-on: [ubuntu-24.04, arm64-builder] @@ -38,7 +35,4 @@ jobs: uses: actions/checkout@v5 - name: Build - run: | - apt update -m - pwd - ls -la \ No newline at end of file + run: cargo build \ No newline at end of file