liurenjie1024 commented on code in PR #445:
URL: https://github.com/apache/iceberg-rust/pull/445#discussion_r1668576507


##########
.github/workflows/ci.yml:
##########
@@ -29,6 +29,10 @@ concurrency:
   group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event_name }}
   cancel-in-progress: true
 
+env:
+  rust_nightly: "nightly-2024-06-10"
+  rust_min: "1.77.1"

Review Comment:
   fixed.



##########
.github/workflows/ci.yml:
##########
@@ -38,6 +42,25 @@ jobs:
       - name: Check License Header
         uses: apache/skywalking-eyes/[email protected]
 
+      - name: Install Rust ${{ env.rust_nightly }}
+        uses: dtolnay/rust-toolchain@stable
+        with:
+          toolchain: ${{ env.rust_nightly }}
+
+      - name: Install cargo-sort
+        uses: baptiste0928/cargo-install@v3

Review Comment:
   Removed.



-- 
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