-
Notifications
You must be signed in to change notification settings - Fork 305
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9fc3974
commit f3b510a
Showing
1 changed file
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -90,7 +90,6 @@ jobs: | |
export CCACHE_DIR=$PWD/ccache | ||
git config --global --add safe.directory $PWD | ||
./.devcontainer/cmake-helper build | ||
./.devcontainer/cmake-helper test | ||
- name: Log errors in a separate task | ||
if: failure() && steps.check-targets.outcome == 'failure' | ||
|
@@ -101,7 +100,6 @@ jobs: | |
export CCACHE_DIR=$PWD/ccache | ||
git config --global --add safe.directory $PWD | ||
./.devcontainer/cmake-helper build | ||
./.devcontainer/cmake-helper test | ||
- name: Clean up ccache | ||
uses: devcontainers/[email protected] | ||
|