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 20cb84c commit 2e54efcCopy full SHA for 2e54efc
.github/workflows/run.yml
@@ -12,6 +12,8 @@ jobs:
12
steps:
13
- name: Download artifact from Build workflow
14
uses: actions/download-artifact@v4
15
+ with:
16
+ name: build-output
17
- name: Run apt update
18
run: sudo apt update
19
- name: Install LibConfig
0 commit comments