diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index d8bfe69..9c6d7af 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -33,7 +33,7 @@ jobs: - name: SBG working-directory: . - run: make update-lib-sbg repo_checkout=https + run: make update-sbg repo_checkout=https - name: Build working-directory: . diff --git a/.vscode/settings.json b/.vscode/settings.json index dace8b7..c5a704e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -24,6 +24,7 @@ "tuple": "cpp", "type_traits": "cpp", "utility": "cpp", - "iostream": "cpp" + "iostream": "cpp", + "thread": "cpp" } } \ No newline at end of file