From 9c4287f467956e0ca7e348c5d670fdba0cfb1576 Mon Sep 17 00:00:00 2001 From: Sukchan Lee Date: Thu, 31 Mar 2022 20:24:31 +0900 Subject: [PATCH] update it1 --- .github/workflows/meson-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/meson-ci.yml b/.github/workflows/meson-ci.yml index 7eb1e165e..0ba5d3de1 100644 --- a/.github/workflows/meson-ci.yml +++ b/.github/workflows/meson-ci.yml @@ -8,6 +8,7 @@ jobs: - name: Install the dependencies for building the source code. run: | brew install mongo-c-driver gnutls libgcrypt libidn libyaml libmicrohttpd nghttp2 pkg-config bison libusrsctp libtins talloc meson + brew list bison - name: Check out repository code uses: actions/checkout@v1 - name: Setup Meson Build