Skip to content

Commit 60a92b1

Browse files
committed
feat: update directory reference in build-dev-container workflow
1 parent 9e0b422 commit 60a92b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-dev-container.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
strategy:
9898
fail-fast: false
9999
matrix:
100-
dir: ${{fromJson(needs.list-dir.outputs.dir)}}
100+
dir: ${{fromJson(needs.list-dir-arm.outputs.dir)}}
101101
steps:
102102
- name: Checkout
103103
uses: actions/checkout@v4

0 commit comments

Comments
 (0)