Skip to content

Commit

Permalink
Fix c-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakio815 committed Oct 24, 2023
1 parent 6d86efc commit e7f1961
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/c-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ name: C/CCpp tests
on:
workflow_call:
inputs:
compiler-ref:
required: `network-structure`
compiler-ref: `network-structure`
required: true
type: string
runtime-ref:
required: `network-structure`
runtime-ref: `network-structure`
required: true
type: string
use-cpp:
required: false
Expand Down

0 comments on commit e7f1961

Please sign in to comment.