Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
corrected logging package install
  • Loading branch information
Nikl174 committed Apr 19, 2024
1 parent b283d67 commit 1b6198f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# This starter workflow is for a CMake project running on a single platform. There is a different starter workflow if you need cross-platform coverage.
# See: https://github.com/actions/starter-workflows/blob/main/ci/cmake-multi-platform.yml
name: CMake on a single platform
name: CMake on linux

on:
push:
Expand All @@ -20,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
# todo improve dep install
- name: Install dependencies
run: sudo apt-get install -y liblcms2-dev colord easyloggingpp
run: sudo apt-get install -y liblcms2-dev colord libeasyloggingpp-dev

- name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
Expand Down

0 comments on commit 1b6198f

Please sign in to comment.