We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed33a6b commit a985ae7Copy full SHA for a985ae7
.github/workflows/testLibrary.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v4
21
- name: Install dependencies
22
- run: sudo apt update && sudo apt install g++ clang make libgtest-dev -y
+ run: sudo apt-get update && sudo apt-get install g++ clang make libgtest-dev -y
23
- name: Build
24
run: |
25
cd library
0 commit comments