Skip to content

Commit

Permalink
Update config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquinffernandez committed Jul 2, 2024
1 parent 1ea268e commit d625aa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: .
Expand Down
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"tuple": "cpp",
"type_traits": "cpp",
"utility": "cpp",
"iostream": "cpp"
"iostream": "cpp",
"thread": "cpp"
}
}

0 comments on commit d625aa1

Please sign in to comment.