Skip to content

Commit

Permalink
Updated actions
Browse files Browse the repository at this point in the history
  • Loading branch information
vfonov committed Nov 14, 2023
1 parent c9f22df commit 5fe6969
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- {static: OFF, WITH_MINC1: OFF, tests: ON }
steps:
- name: Checkout repository
uses: actions/checkout@v1
uses: actions/checkout@v4
with:
fetch-depth: 10

Expand All @@ -43,15 +43,14 @@ jobs:
sudo apt update
sudo apt install -y libhdf5-dev libnetcdf-dev ccache
- name: Install dependencies (Linux)
if: runner.os == 'macOS'
run: |
HOMEBREW_NO_AUTO_UPDATE=1 brew install ccache hdf5 netcdf
- name: Cache Build
id: cache-build
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.ccache
key: ${{ runner.os }}-${{ matrix.config }}-${{ matrix.build-params.static }}-${{ matrix.build-params.WITH_MINC1 }}-cache
Expand Down

0 comments on commit 5fe6969

Please sign in to comment.