Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into 23-refactor-thread-ma…
Browse files Browse the repository at this point in the history
…nagement-for-consistency
  • Loading branch information
idofront committed Nov 30, 2024
2 parents b08705a + 92e9317 commit 462b698
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Cache CMake dependencies
uses: actions/cache@v3
with:
path: |
/usr/local/lib/cmake
/usr/local/include
key: ${{ runner.os }}-cmake-${{ hashFiles('**/CMakeLists.txt') }}
restore-keys: |
${{ runner.os }}-cmake-
- name: Prepare build environment
run: |
sudo apt-get update
Expand Down

0 comments on commit 462b698

Please sign in to comment.