Skip to content

Commit

Permalink
simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
ComFreek committed Jul 19, 2020
1 parent 7e68f73 commit 034c29a
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,13 @@ jobs:
cache: true
install: "git diffutils mingw-w64-x86_64-clang make mingw-w64-x86_64-cmake mingw-w64-x86_64-boost mingw-w64-x86_64-mesa mingw-w64-x86_64-openexr mingw-w64-x86_64-intel-tbb mingw-w64-x86_64-glm mingw-w64-x86_64-glew mingw-w64-x86_64-dbus patch mingw-w64-x86_64-openvdb mingw-w64-x86_64-ccache"

- name: Prepare ccache timestamp
id: ccache_cache_timestamp
shell: msys2 -c 'cmake -P {0}'
run: |
string(TIMESTAMP current_date "%Y-%m-%d-%H;%M;%S" UTC)
message("::set-output name=timestamp::${current_date}")
- name: ccache cache files
uses: actions/cache@v2
with:
path: .ccache
key: ${ { matrix.config.name } }-ccache-${ { steps.ccache_cache_timestamp.outputs.timestamp } }
key: ${{matrix.config.name}}-ccache-${{ github.sha }}
restore-keys: |
${ { matrix.config.name } }-ccache-
${{matrix.config.name}}-ccache-
- name: Build Curv
shell: msys2 {0}
Expand Down

0 comments on commit 034c29a

Please sign in to comment.