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 \