We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a101782 commit 6efcb3cCopy full SHA for 6efcb3c
.github/workflows/build_all_apps.yml
@@ -14,7 +14,7 @@ jobs:
14
name: Retrieve C apps
15
runs-on: ubuntu-latest
16
outputs:
17
- c_apps: ${{ steps.get_c_apps.outputs.rust_apps }}
+ c_apps: ${{ steps.get_c_apps.outputs.c_apps }}
18
steps:
19
- name: Checkout repository
20
uses: actions/checkout@v4
0 commit comments