diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 86ebc1a..6cd7dbc 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: - name: Install rustup run: | apt update -m - apt install -y curl + pwd ls test-arm64: @@ -20,5 +20,5 @@ jobs: - name: Build run: | apt update -m - apt install -y curl + pwd ls \ No newline at end of file