xxchan commented on code in PR #852:
URL: https://github.com/apache/iceberg-rust/pull/852#discussion_r1901630538


##########
.github/workflows/ci.yml:
##########
@@ -61,9 +62,17 @@ jobs:
       - name: Cargo clippy
         run: make check-clippy
 
+      - name: Install cargo-sort
+        uses: taiki-e/install-action@v2
+        with:
+          tool: [email protected]
       - name: Cargo sort
-        run: make cargo-sort
+        run: cargo sort -c -w

Review Comment:
   meet an installation error 
   <img width="810" alt="image" 
src="https://github.com/user-attachments/assets/e7a8ebbd-ac6c-4761-8bee-337950dba8c4";
 />
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to