Skip to content

Commit a985ae7

Browse files
use apt-get instead of apt
1 parent ed33a6b commit a985ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testLibrary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout
2020
uses: actions/checkout@v4
2121
- name: Install dependencies
22-
run: sudo apt update && sudo apt install g++ clang make libgtest-dev -y
22+
run: sudo apt-get update && sudo apt-get install g++ clang make libgtest-dev -y
2323
- name: Build
2424
run: |
2525
cd library

0 commit comments

Comments
 (0)