@@ -145,7 +145,6 @@ jobs:
145145 uses : ./.github/actions/setup-compilation-env
146146 with :
147147 target : ${{ matrix.targets.target }}
148- token : ${{ secrets.GITHUB_TOKEN }}
149148
150149 - name : " ACTIONS: Setup caching"
151150 uses : ./.github/actions/rust-cache
@@ -192,7 +191,6 @@ jobs:
192191 uses : ./.github/actions/setup-compilation-env
193192 with :
194193 target : ${{ matrix.targets.target }}
195- token : ${{ secrets.GITHUB_TOKEN }}
196194
197195 - name : " ACTIONS: Setup caching"
198196 uses : ./.github/actions/rust-cache
@@ -230,7 +228,6 @@ jobs:
230228 uses : ./.github/actions/setup-compilation-env
231229 with :
232230 target : x86_64-unknown-linux-gnu
233- token : ${{ secrets.GITHUB_TOKEN }}
234231
235232 - name : Setup caching
236233 uses : ./.github/actions/rust-cache
@@ -271,6 +268,11 @@ jobs:
271268 - name : " Install: Rust toolchain"
272269 uses : ./.github/actions/install-rust
273270
271+ - name : " Install: Compilation environment"
272+ uses : ./.github/actions/setup-compilation-env
273+ with :
274+ target : x86_64-unknown-linux-gnu
275+
274276 - name : " ACTIONS: Setup caching"
275277 uses : ./.github/actions/rust-cache
276278 with :
@@ -424,7 +426,6 @@ jobs:
424426 uses : ./.github/actions/setup-compilation-env
425427 with :
426428 target : x86_64-unknown-linux-gnu
427- token : ${{ secrets.GITHUB_TOKEN }}
428429
429430 - name : " ACTIONS: Setup caching"
430431 uses : ./.github/actions/rust-cache
0 commit comments