Skip to content

Commit

Permalink
chores: fix compilation with no submodules in prepare-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
The-personified-devil committed Dec 11, 2024
1 parent ada1019 commit b761bc7
Showing 1 changed file with 14 additions and 9 deletions.
23 changes: 14 additions & 9 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
release_id: ${{ steps.create_release.outputs.id }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -59,10 +59,11 @@ jobs:
# This is specific to the GitHub windows-2019 runner.
LIBCLANG_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -117,10 +118,11 @@ jobs:
env:
LIBCLANG_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -155,7 +157,7 @@ jobs:
env:
LIBCLANG_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Tools\Llvm\x64\bin'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
ref: ${{ needs.prepare_release.outputs.release_ref }}
Expand Down Expand Up @@ -189,10 +191,11 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare_release]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -225,10 +228,11 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare_release]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down Expand Up @@ -263,7 +267,7 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare_release]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
ref: ${{ needs.prepare_release.outputs.release_ref }}
Expand Down Expand Up @@ -295,7 +299,7 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare_release]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
ref: ${{ needs.prepare_release.outputs.release_ref }}
Expand Down Expand Up @@ -328,10 +332,11 @@ jobs:
runs-on: ubuntu-latest
needs: [prepare_release]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
repository: "alvr-org/ALVR"
ref: ${{ needs.prepare_release.outputs.release_ref }}
submodules: true
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit b761bc7

Please sign in to comment.