Skip to content

Commit 7db1467

Browse files
committed
fixed workflow
1 parent 641233c commit 7db1467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
smoketest-build-distros:
7-
uses: ./.github/workflows/common-build.yml
7+
uses: ./common-build.yml
88
with:
99
build_dists: ${{ fromJSON(vars.BUILD_DISTS) }}
1010
build_archs: ${{ fromJSON(vars.BUILD_ARCHS) }}

.github/workflows/publish-to-apt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
default: "ubuntu:20.04,ubuntu:22.04,ubuntu:24.04"
2020
jobs:
2121
common-build:
22-
uses: ./.github/workflows/common-build.yml # Calls the common workflow
22+
uses: ./common-build.yml
2323
with:
2424
build_dists: ${{ inputs.build_dists }}
2525
build_archs: ${{ inputs.build_archs }}

0 commit comments

Comments
 (0)