Skip to content

Commit

Permalink
y u so slow
Browse files Browse the repository at this point in the history
  • Loading branch information
cgytrus committed Aug 2, 2023
1 parent dde605a commit 1a47c19
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ jobs:
- name: Build
run: |
cd build
cmake --build . --config RelWithDebInfo --parallel
cmake --build . --config RelWithDebInfo --parallel 14
- name: Log ccache Stats
run: ccache -sv

- name: Clean Up Resources
run: rm ./bin/nightly/resources/.geode_cache
Expand Down

0 comments on commit 1a47c19

Please sign in to comment.