From 775b6d67fff53345df65c8eda6bf0889cc6fe06b Mon Sep 17 00:00:00 2001 From: Jakio815 Date: Tue, 24 Oct 2023 10:28:53 -0700 Subject: [PATCH] Fix compiler-ref true --- .github/workflows/c-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/c-tests.yml b/.github/workflows/c-tests.yml index 9085b36810..7b3160332c 100644 --- a/.github/workflows/c-tests.yml +++ b/.github/workflows/c-tests.yml @@ -4,7 +4,7 @@ on: workflow_call: inputs: compiler-ref: - required: false + required: true type: string runtime-ref: required: true