Skip to content

Commit b621d67

Browse files
committed
tt
1 parent 3b8dd3b commit b621d67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
- name: Install tarantool ${{ matrix.tarantool }} on MacOS
5858
if: matrix.os == 'macos-latest'
5959
run: |
60-
brew install icu4c libyaml 'openssl@3' readline zstd
60+
brew install icu4c libyaml openssl@3 readline zstd
6161
sudo tt install tarantool ${{ matrix.tarantool }}
6262
6363
- name: Install dependencies
@@ -69,7 +69,7 @@ jobs:
6969
make build && make lint && make quicktest
7070
7171
- name: Run deep test
72-
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == "3.12" && matrix.tarantool == "2.11.2" }}
72+
if: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.12' && matrix.tarantool == '2.11.2' }}
7373
run: |
7474
make build && make test
7575
make clean && make debug && make coverage

0 commit comments

Comments
 (0)