Fix dependency installation in workflow
All checks were successful
Build / build-and-test (pull_request) Successful in 27s
All checks were successful
Build / build-and-test (pull_request) Successful in 27s
This commit is contained in:
parent
54a9b3e71b
commit
55d29e84dc
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ jobs:
|
|||
- uses: actions/checkout@v4
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
sudo apt install cmake \
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y cmake \
|
||||
make \
|
||||
gcc \
|
||||
g++ \
|
||||
|
|
Loading…
Reference in a new issue