From 41623bd1e307e4f0205afa6a8b7e8446b158d9f4 Mon Sep 17 00:00:00 2001 From: wangziwenhk Date: Wed, 25 Sep 2024 06:22:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9workflows=E4=BD=BF=E5=BE=97?= =?UTF-8?q?=E5=8F=AF=E4=BB=A5=E6=AD=A3=E5=B8=B8=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 26f4d16..dbb8548 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,4 +1,4 @@ -name: C++ CI +name: Build on: push: @@ -27,7 +27,7 @@ jobs: key: ${{ runner.os }}-antlr4-${{ hashFiles('**/CMakeLists.txt') }} - name: Install dependencies - run: sudo apt-get update && sudo apt-get install -y cmake clang ninja uuid-dev + run: sudo apt-get update && sudo apt-get install -y cmake clang ninja-build uuid-dev - name: Install ANTLR4 run: |