Skip to content

Commit 12c9775

Browse files
committed
array
1 parent 5e03587 commit 12c9775

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/all.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,11 @@ jobs:
5454
- name: Install m
5555
run: npm install -g m mongosh
5656

57-
- name: Install MongoDB ${{ matrix.mongodb_versions.0 }} (source)
58-
run: yes | m ${{ matrix.mongodb_versions.0 }} && dirname $(readlink $(which mongod)) > .srcpath
57+
- name: Install MongoDB ${{ matrix.mongodb_versions[0] }} (source)
58+
run: yes | m ${{ matrix.mongodb_versions[0] }} && dirname $(readlink $(which mongod)) > .srcpath
5959

60-
- name: Install MongoDB ${{ matrix.mongodb_versions.1 }} (destination)
61-
run: yes | m ${{ matrix.mongodb_versions.1 }} && dirname $(readlink $(which mongod)) > .dstpath
60+
- name: Install MongoDB ${{ matrix.mongodb_versions[1] }} (destination)
61+
run: yes | m ${{ matrix.mongodb_versions[1] }} && dirname $(readlink $(which mongod)) > .dstpath
6262

6363
- name: Install latest stable MongoDB (metadata)
6464
run: yes | m stable && dirname $(readlink $(which mongod)) > .metapath

0 commit comments

Comments
 (0)