We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed5a29 commit 50dcaecCopy full SHA for 50dcaec
.github/workflows/test.yml
@@ -104,6 +104,13 @@ jobs:
104
run: sudo apt-get --assume-yes install libgdal-dev
105
if: startsWith(runner.os, 'Linux')
106
107
+ - name: Cache Homebrew
108
+ uses: actions/cache@v3.2.3
109
+ with:
110
+ path: ~/Library/Caches/Homebrew
111
+ key: ${{ runner.os }}-homebrew-${{ secrets.CACHE_SEED }}
112
+ if: startsWith(runner.os, 'macOS')
113
+
114
- name: Install GDAL on MacOS
115
run: brew install gdal
116
if: startsWith(runner.os, 'macOS')
0 commit comments