Skip to content

Commit

Permalink
Github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhjp01 committed Feb 14, 2024
1 parent a9102b8 commit 212fca0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ jobs:
with:
name: proxyfmu
path: build/bin/proxyfmu*
- name: Save cache
id: cache-conan-save
uses: actions/cache/save@v3
with:
path: ~/.conan2
key: ${{ runner.os }}-${{ matrix.build_type }}-${{ env.cache-name }}-${{ hashFiles('**/conan.lock') }}

windows:
name: Windows
Expand Down Expand Up @@ -90,3 +96,9 @@ jobs:
with:
name: proxyfmu
path: build/bin/proxyfmu*
- name: Save cache
id: cache-conan-save
uses: actions/cache/save@v3
with:
path: ~/.conan2
key: ${{ runner.os }}-${{ matrix.build_type }}-${{ env.cache-name }}-${{ hashFiles('**/conan.lock') }}

0 comments on commit 212fca0

Please sign in to comment.