Try specifying build-output in run.yml workflow.
This commit is contained in:
2
.github/workflows/run.yml
vendored
2
.github/workflows/run.yml
vendored
@@ -12,6 +12,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Download artifact from Build workflow
|
- name: Download artifact from Build workflow
|
||||||
uses: actions/download-artifact@v4
|
uses: actions/download-artifact@v4
|
||||||
|
with:
|
||||||
|
name: build-output
|
||||||
- name: Run apt update
|
- name: Run apt update
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
- name: Install LibConfig
|
- name: Install LibConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user