mirror of
https://github.com/Pithikos/C-Thread-Pool
synced 2024-11-21 21:21:23 +03:00
use apt-get instead of apt
This commit is contained in:
parent
4ea14a25f1
commit
ca34e53025
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Valgrind
|
||||
run: sudo apt install valgrind
|
||||
run: sudo apt-get install -y valgrind
|
||||
- name: Run tests with standard compilation flags
|
||||
working-directory: tests/
|
||||
run: ./normal_compile.sh
|
||||
@ -19,7 +19,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install Valgrind
|
||||
run: sudo apt install valgrind
|
||||
run: sudo apt-get install -y valgrind
|
||||
- name: Run tests with optimized compilation flags
|
||||
working-directory: tests/
|
||||
run: ./optimized_compile.sh
|
||||
|
Loading…
Reference in New Issue
Block a user