summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-18 13:03:14 +0100
committerJan Holthuis <jan.holthuis@ruhr-uni-bochum.de>2020-11-18 13:03:14 +0100
commitad9c2f73dba3d6b99b5fc889951746217bb2f33f (patch)
treeae364f39faf4dc2fc1d130962d15545dfeec4e66 /.github
parent0b8dfaeb32881f821f025c5151130e4df68de5c6 (diff)
GitHub Actions: Remove unneeded step from Ubuntu workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5d40f44e05..8823c65bbb 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -55,12 +55,6 @@ jobs:
cmake-version: '3.13.x'
- name: Create build directory
run: mkdir cmake_build
- - name: Prepare ccache timestamp
- id: ccache_cache_timestamp
- shell: cmake -P {0}
- run: |
- string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
- message("::set-output name=timestamp::${current_date}")
- name: Set up ccache cache
uses: actions/cache@v2
env: