Skip to content

Commit

Permalink
add ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
sabudilovskiy committed Oct 2, 2024
1 parent 9a14875 commit 0a6dfcf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,10 @@ jobs:
- name: install based dependencies
run: |
sudo apt install ccache
sudo apt install cmake
sudo apt install ninja-build
sudo apt install lld
sudo apt install ninja-build
- name: install compiler
run: >
sudo make
Expand Down

0 comments on commit 0a6dfcf

Please sign in to comment.