From b4a97a17eb3ab825804e0e95bb688e8613a9bd81 Mon Sep 17 00:00:00 2001 From: Alejandro R Mosteo Date: Sun, 2 Apr 2023 13:01:57 +0200 Subject: [PATCH] Fix nightly build (#1365) * Add branch to test config * Try to pinpoint offending 'uses' --- .github/workflows/nightly.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 46c9dfb5..8ab3a854 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -5,6 +5,7 @@ on: push: branches: - 'feat/nightly' # Allows to be tested before merging + - 'fix/nightly' schedule: - cron: '0 0 * * *' workflow_dispatch: @@ -31,7 +32,7 @@ jobs: submodules: true - name: Install FSF toolchain - uses: alire-project/alr-install + uses: alire-project/alr-install@v1 with: crates: gnat_native gprbuild -- 2.39.5