Skip to content

Commit 87ce109

Browse files
Missed part of the reversion
1 parent 4717839 commit 87ce109

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generic_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- uses: actions/checkout@v3
3030

3131
- name: Install Prerequisites
32-
run: ${{ format('{0}/ci/{1} {2}', github.workspace, inputs.install-name, inputs.build) }}
32+
run: ${{ format('{0}/ci/{1}', github.workspace, inputs.install-name) }}
3333

3434
- name: Create Build Directory
3535
run: mkdir ${{github.workspace}}/build

0 commit comments

Comments
 (0)