File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 4646 runs-on : ubuntu-latest
4747 steps :
4848 - uses : actions/checkout@v4
49+
50+ # Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
4951 - uses : dtolnay/rust-toolchain@nightly
5052
5153 - name : Generate license file
7173 with :
7274 python-version : ${{ matrix.python-version }}
7375
76+ # Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
7477 - uses : dtolnay/rust-toolchain@nightly
7578
7679 - run : rm LICENSE.txt
@@ -124,6 +127,7 @@ jobs:
124127 with :
125128 python-version : ${{ matrix.python-version }}
126129
130+ # Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
127131 - uses : dtolnay/rust-toolchain@nightly
128132
129133 - run : rm LICENSE.txt
Original file line number Diff line number Diff line change 4343 - uses : actions/checkout@v4
4444
4545 - name : Setup Rust Toolchain
46- uses : dtolnay/rust-toolchain@ceb8b84
46+ # Change to stable once https://issues.apache.org/jira/browse/INFRA-26428 resolves
47+ uses : dtolnay/rust-toolchain@nightly
4748 id : rust-toolchain
4849
4950 - name : Install Protoc
You can’t perform that action at this time.
0 commit comments