Skip to content

Commit

Permalink
CI(OSGeo4W): Change locations used inside dev drive
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Nov 24, 2024
1 parent c0598ca commit 0ed80ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ jobs:
- uses: samypr100/setup-dev-drive@v3
with:
workspace-copy: true
drive-size: 5GB
drive-size: 10GB
- uses: msys2/setup-msys2@c52d1fa9c7492275e60fe763540fb601f5f232a1 # v2.25.0
id: msys2
with:
path-type: inherit
location: ${{ env.DEV_DRIVE_WORKSPACE }}
location: ${{ env.DEV_DRIVE }}
update: true
msystem: MINGW64
install: >-
Expand All @@ -56,8 +56,8 @@ jobs:
uses: echoix/setup-OSGeo4W@f4311523e39f2c8b10e34ebbc3f2ff437ecfb9ed # v0.2.0
id: osgeo4w
with:
package-dir: "${{ env.DEV_DRIVE_WORKSPACE }}/OSGeo4W_pkg"
root: ${{ env.DEV_DRIVE_WORKSPACE }}/OSGeo4W
package-dir: "${{ env.DEV_DRIVE }}/OSGeo4W_pkg"
root: ${{ env.DEV_DRIVE }}/OSGeo4W
packages: |
cairo-devel
freetype-devel
Expand Down

0 comments on commit 0ed80ba

Please sign in to comment.