Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
workflows/unittest: Install fmt and spdlog
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Jul 14, 2020
1 parent 622e6c0 commit d8c0d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
sudo apt-get update
compiler=${{ matrix.compiler }}
compiler=${compiler/clang++/clang}
sudo apt-get install --force-yes ${compiler}
sudo apt-get install --force-yes ${compiler} libspdlog-dev libfmt-dev
pip3 install meson
- name: Build using meson
Expand Down

0 comments on commit d8c0d31

Please sign in to comment.