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 e7f1961 commit 7d250a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/c-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: C/CCpp tests
on:
workflow_call:
inputs:
compiler-ref: `network-structure`
compiler-ref: 'network-structure'
required: true
type: string
runtime-ref: `network-structure`
runtime-ref: 'network-structure'
required: true
type: string
use-cpp:
Expand Down

0 comments on commit 7d250a7

Please sign in to comment.