need sudo for software installation

This commit is contained in:
Axel Kohlmeyer
2024-08-22 08:43:07 -04:00
parent b540f572a3
commit 5562d66931

View File

@ -27,7 +27,7 @@ jobs:
fetch-depth: 2
- name: Install ccache
run: apt install ccache
run: sudo apt-get install -y ccache
- name: Create Build Environment
run: mkdir build