Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
i don't like ubuntu :(
  • Loading branch information
Nikl174 committed Apr 19, 2024
1 parent 1b6198f commit fcadfec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
# todo improve dep install
- name: Install dependencies
run: sudo apt-get install -y liblcms2-dev colord libeasyloggingpp-dev
run: sudo apt-get install -y liblcms2-dev colord libeasyloggingpp-dev libcolord-dev libcolord2

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

0 comments on commit fcadfec

Please sign in to comment.