File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 6565 PYTHON_VERSION : ' 3.14'
6666 FLAKY_TESTS : keep_retrying
6767 CLANG_VERSION : ' 19'
68+ RUSTC_VERSION : ' 1.85'
6869
6970permissions :
7071 contents : read
8485 allow-prereleases : true
8586 - name : Environment Information
8687 run : npx envinfo
88+ - name : Install Rust ${{ env.RUSTC_VERSION }}
89+ if : ${{ github.event_name != 'workflow_dispatch' }}
90+ run : |
91+ rustup override set "$RUSTC_VERSION"
92+ rustup --version
8793 - name : Make tarball
8894 run : |
8995 export DISTTYPE=nightly
@@ -114,6 +120,11 @@ jobs:
114120 uses : ./.github/actions/install-clang
115121 with :
116122 clang-version : ${{ env.CLANG_VERSION }}
123+ - name : Install Rust ${{ env.RUSTC_VERSION }}
124+ if : ${{ github.event_name != 'workflow_dispatch' }}
125+ run : |
126+ rustup override set "$RUSTC_VERSION"
127+ rustup --version
117128 - name : Set up Python ${{ env.PYTHON_VERSION }}
118129 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
119130 with :
You can’t perform that action at this time.
0 commit comments