Skip to content

Commit

Permalink
Updated Nightly Builds .yml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed Oct 26, 2023
1 parent 4fba717 commit 2e3a69b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ name: Nightly Builds
on:
schedule:
- cron: '0 4 * * *' # Run the action at 1 AM Buenos Aires time
workflow_dispatch:
inputs:
target-branch:
description: 'The target branch for compilation'
required: true

jobs:
###################################
Expand All @@ -18,6 +23,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
ref: ${{ github.event.inputs.target-branch || 'beta' }}

- name: Update
run: sudo apt-get update
Expand Down Expand Up @@ -90,6 +96,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
ref: ${{ github.event.inputs.target-branch || 'beta' }}

- name: Setup environment
uses: ilammy/msvc-dev-cmd@v1
Expand Down Expand Up @@ -141,6 +148,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
ref: ${{ github.event.inputs.target-branch || 'beta' }}

- name: Install ninja-build
run: brew install ninja
Expand Down

0 comments on commit 2e3a69b

Please sign in to comment.