Skip to content

Commit

Permalink
Fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoSocas committed Dec 11, 2023
1 parent 09ee550 commit ade5dc7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ name: C/C++ CI

on:
push:
branches: "**"
branches:
- "**"
pull_request:
branches: [ "main", "dev" ]
workflow_dispatch:
Expand All @@ -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 \
Expand Down

0 comments on commit ade5dc7

Please sign in to comment.