From ade5dc73918858b08ff951c9ed8415ec9a7ea50c Mon Sep 17 00:00:00 2001 From: "Sulbaran Socas, Ricardo" Date: Mon, 11 Dec 2023 10:03:43 +0100 Subject: [PATCH] Fix pipeline --- .github/workflows/c-cpp.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index b87d0b7..0c968a2 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -2,7 +2,8 @@ name: C/C++ CI on: push: - branches: "**" + branches: + - "**" pull_request: branches: [ "main", "dev" ] workflow_dispatch: @@ -15,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - name: update apt run: | - sudo apt-get update -y \ + sudo apt-get update \ apt-get install --yes ninja-build rsync zip \ apt-get install --yes pkg-config \ git clone https://github.com/Microsoft/vcpkg.git \