Skip to content

Commit

Permalink
fix: yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Becheler committed Nov 30, 2023
1 parent 18686b7 commit 2f51dcd
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ jobs:

- name: Get Apt packages
run: >
apt-get update -y && \
apt-get install -y --no-install-recommends \
vim \
git \
gcc-12 \
g++-12 \
build-essential \
libboost-all-dev \
cmake \
unzip \
tar \
ca-certificates \
doxygen \
graphviz \
apt-get update -y &&
apt-get install -y --no-install-recommends
vim
git
gcc-12
g++-12
build-essential
libboost-all-dev
cmake
unzip
tar
ca-certificates
doxygen
graphviz
python3-pip
- name: Conan installation
Expand Down

0 comments on commit 2f51dcd

Please sign in to comment.