Skip to content

Commit

Permalink
Update workfow
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxRev-Dev committed Jan 22, 2024
1 parent 1a93492 commit 0bca39a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 22 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Restore cached packages
id: build-packages-cache-restore
uses: actions/cache/restore@v3
uses: maxnowack/local-cache@v1
with:
path: |
${{ github.workspace }}/build-osx/
Expand Down Expand Up @@ -98,16 +98,6 @@ jobs:
name: osx-packages-${{ matrix.arch }}
path: nuget/*.nupkg

- name: Save packages cache
id: build-packages-cache-save
uses: actions/cache/save@v3
with:
path: |
${{ github.workspace }}/build-osx/
${{ github.workspace }}/.dotnet/
${{ github.workspace }}/vcpkg-archives/
key: ${{ steps.build-packages-cache-restore.outputs.cache-primary-key }}

TestAndPushPackages-MacOS:
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: docker/setup-buildx-action@v3

- name: Cache restore
uses: actions/cache@v3
uses: maxnowack/local-cache@v1
with:
path: |
${{ github.workspace }}/.dotnet
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Restore cached packages
id: build-packages-cache-restore
uses: actions/cache/restore@v3.2.0
uses: maxnowack/local-cache@v1
with:
path: |
${{ github.workspace }}/build-win
Expand All @@ -57,15 +57,6 @@ jobs:
with:
name: win-packages
path: nuget/*.nupkg

- name: Save packages cache
id: build-packages-cache-save
uses: actions/cache/save@v3.2.0
with:
path: |
${{ github.workspace }}/build-win
${{ github.workspace }}/.dotnet
key: ${{ steps.build-packages-cache-restore.outputs.cache-primary-key }}

outputs:
gdal-version: ${{ steps.compile-source.outputs.GDAL_VERSION }}
Expand Down

0 comments on commit 0bca39a

Please sign in to comment.