|
24 | 24 |
|
25 | 25 | - name: Install Rust |
26 | 26 | run: | |
27 | | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/install-rustup |
28 | | - chmod +x /tmp/install-rustup |
29 | | - /tmp/install-rustup --default-toolchain $(cat rust-toolchain) -y |
| 27 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /install-rustup |
| 28 | + chmod +x /install-rustup |
| 29 | + /install-rustup --default-toolchain $(cat rust-toolchain) -y |
30 | 30 |
|
31 | 31 | - name: Test (dev) |
32 | 32 | env: |
|
67 | 67 |
|
68 | 68 | - name: Install Rust |
69 | 69 | run: | |
70 | | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/install-rustup |
71 | | - chmod +x /tmp/install-rustup |
72 | | - /tmp/install-rustup --default-toolchain $(cat rust-toolchain) -y |
| 70 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /install-rustup |
| 71 | + chmod +x /install-rustup |
| 72 | + /install-rustup --default-toolchain $(cat rust-toolchain) -y |
73 | 73 |
|
74 | 74 | - name: Install compilation target |
75 | 75 | run: rustup target add ${{ matrix.target }} |
@@ -103,9 +103,9 @@ jobs: |
103 | 103 |
|
104 | 104 | - name: Install Rust |
105 | 105 | run: | |
106 | | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/install-rustup |
107 | | - chmod +x /tmp/install-rustup |
108 | | - /tmp/install-rustup --default-toolchain $(cat rust-toolchain) -y |
| 106 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /install-rustup |
| 107 | + chmod +x /install-rustup |
| 108 | + /install-rustup --default-toolchain $(cat rust-toolchain) -y |
109 | 109 |
|
110 | 110 | - name: Install compilation target |
111 | 111 | run: rustup target add ${{ matrix.target }} |
@@ -139,9 +139,9 @@ jobs: |
139 | 139 |
|
140 | 140 | - name: Install Rust |
141 | 141 | run: | |
142 | | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/install-rustup |
143 | | - chmod +x /tmp/install-rustup |
144 | | - /tmp/install-rustup --default-toolchain $(cat rust-toolchain) -y |
| 142 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /install-rustup |
| 143 | + chmod +x /install-rustup |
| 144 | + /install-rustup --default-toolchain $(cat rust-toolchain) -y |
145 | 145 |
|
146 | 146 | - name: Install compilation target |
147 | 147 | run: rustup target add ${{ matrix.target }} |
@@ -394,9 +394,9 @@ jobs: |
394 | 394 |
|
395 | 395 | - name: Install Rust |
396 | 396 | run: | |
397 | | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/install-rustup |
398 | | - chmod +x /tmp/install-rustup |
399 | | - /tmp/install-rustup --default-toolchain $(cat rust-toolchain) -y |
| 397 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /install-rustup |
| 398 | + chmod +x /install-rustup |
| 399 | + /install-rustup --default-toolchain $(cat rust-toolchain) -y |
400 | 400 |
|
401 | 401 | - name: Login |
402 | 402 | run: cargo login ${{ secrets.CRATE_AUTH_TOKEN }} |
@@ -443,9 +443,9 @@ jobs: |
443 | 443 |
|
444 | 444 | - name: Install Rust |
445 | 445 | run: | |
446 | | - curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /tmp/install-rustup |
447 | | - chmod +x /tmp/install-rustup |
448 | | - /tmp/install-rustup --default-toolchain $(cat rust-toolchain) -y |
| 446 | + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > /install-rustup |
| 447 | + chmod +x /install-rustup |
| 448 | + /install-rustup --default-toolchain $(cat rust-toolchain) -y |
449 | 449 |
|
450 | 450 | - name: Build pdu |
451 | 451 | run: | |
|
0 commit comments