|
16 | 16 | upload_url: ${{ steps.create_release.outputs.upload_url }}
|
17 | 17 | release_id: ${{ steps.create_release.outputs.id }}
|
18 | 18 | steps:
|
19 |
| - - uses: actions/checkout@v2 |
| 19 | + - uses: actions/checkout@v4 |
20 | 20 | with:
|
21 | 21 | repository: "alvr-org/ALVR"
|
22 | 22 | - uses: actions-rs/toolchain@v1
|
@@ -59,10 +59,11 @@ jobs:
|
59 | 59 | # This is specific to the GitHub windows-2019 runner.
|
60 | 60 | LIBCLANG_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin'
|
61 | 61 | steps:
|
62 |
| - - uses: actions/checkout@v2 |
| 62 | + - uses: actions/checkout@v4 |
63 | 63 | with:
|
64 | 64 | repository: "alvr-org/ALVR"
|
65 | 65 | ref: ${{ needs.prepare_release.outputs.release_ref }}
|
| 66 | + submodules: true |
66 | 67 | - uses: actions-rs/toolchain@v1
|
67 | 68 | with:
|
68 | 69 | toolchain: stable
|
@@ -117,10 +118,11 @@ jobs:
|
117 | 118 | env:
|
118 | 119 | LIBCLANG_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin'
|
119 | 120 | steps:
|
120 |
| - - uses: actions/checkout@v2 |
| 121 | + - uses: actions/checkout@v4 |
121 | 122 | with:
|
122 | 123 | repository: "alvr-org/ALVR"
|
123 | 124 | ref: ${{ needs.prepare_release.outputs.release_ref }}
|
| 125 | + submodules: true |
124 | 126 | - uses: actions-rs/toolchain@v1
|
125 | 127 | with:
|
126 | 128 | toolchain: stable
|
@@ -155,7 +157,7 @@ jobs:
|
155 | 157 | env:
|
156 | 158 | LIBCLANG_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin'
|
157 | 159 | steps:
|
158 |
| - - uses: actions/checkout@v2 |
| 160 | + - uses: actions/checkout@v4 |
159 | 161 | with:
|
160 | 162 | repository: "alvr-org/ALVR"
|
161 | 163 | ref: ${{ needs.prepare_release.outputs.release_ref }}
|
@@ -189,10 +191,11 @@ jobs:
|
189 | 191 | runs-on: ubuntu-latest
|
190 | 192 | needs: [prepare_release]
|
191 | 193 | steps:
|
192 |
| - - uses: actions/checkout@v2 |
| 194 | + - uses: actions/checkout@v4 |
193 | 195 | with:
|
194 | 196 | repository: "alvr-org/ALVR"
|
195 | 197 | ref: ${{ needs.prepare_release.outputs.release_ref }}
|
| 198 | + submodules: true |
196 | 199 | - uses: actions-rs/toolchain@v1
|
197 | 200 | with:
|
198 | 201 | toolchain: stable
|
@@ -225,10 +228,11 @@ jobs:
|
225 | 228 | runs-on: ubuntu-latest
|
226 | 229 | needs: [prepare_release]
|
227 | 230 | steps:
|
228 |
| - - uses: actions/checkout@v2 |
| 231 | + - uses: actions/checkout@v4 |
229 | 232 | with:
|
230 | 233 | repository: "alvr-org/ALVR"
|
231 | 234 | ref: ${{ needs.prepare_release.outputs.release_ref }}
|
| 235 | + submodules: true |
232 | 236 | - uses: actions-rs/toolchain@v1
|
233 | 237 | with:
|
234 | 238 | toolchain: stable
|
@@ -263,7 +267,7 @@ jobs:
|
263 | 267 | runs-on: ubuntu-latest
|
264 | 268 | needs: [prepare_release]
|
265 | 269 | steps:
|
266 |
| - - uses: actions/checkout@v2 |
| 270 | + - uses: actions/checkout@v4 |
267 | 271 | with:
|
268 | 272 | repository: "alvr-org/ALVR"
|
269 | 273 | ref: ${{ needs.prepare_release.outputs.release_ref }}
|
@@ -295,7 +299,7 @@ jobs:
|
295 | 299 | runs-on: ubuntu-latest
|
296 | 300 | needs: [prepare_release]
|
297 | 301 | steps:
|
298 |
| - - uses: actions/checkout@v2 |
| 302 | + - uses: actions/checkout@v4 |
299 | 303 | with:
|
300 | 304 | repository: "alvr-org/ALVR"
|
301 | 305 | ref: ${{ needs.prepare_release.outputs.release_ref }}
|
@@ -328,10 +332,11 @@ jobs:
|
328 | 332 | runs-on: ubuntu-latest
|
329 | 333 | needs: [prepare_release]
|
330 | 334 | steps:
|
331 |
| - - uses: actions/checkout@v2 |
| 335 | + - uses: actions/checkout@v4 |
332 | 336 | with:
|
333 | 337 | repository: "alvr-org/ALVR"
|
334 | 338 | ref: ${{ needs.prepare_release.outputs.release_ref }}
|
| 339 | + submodules: true |
335 | 340 | - uses: actions-rs/toolchain@v1
|
336 | 341 | with:
|
337 | 342 | toolchain: stable
|
|
0 commit comments