Skip to content

Commit

Permalink
[#233] Fix open-api-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 13, 2025
1 parent e2a6e6d commit 6d2d42a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,9 @@ jobs:
id: image-name

open-api-ci:
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@v3.0.2
uses: maykinmedia/open-api-workflows/.github/workflows/ci.yml@feature/fix-gdal-bin-dependencies
needs:
- store-reusable-workflow-vars
run: |
sudo apt-get update \
&& sudo apt-get install -y --no-install-recommends \
libgdal-dev \
gdal-bin
with:
main-branch: 'master'
run-docs: true
Expand Down

0 comments on commit 6d2d42a

Please sign in to comment.