Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
slawosz committed Oct 17, 2023
1 parent 330128d commit cfd9096
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ jobs:
with:
node-version: '16.20.0'

- name: Update dependencies
run: sudo apt-get update

- name: Install dependencies
run: sudo apt-get install -y libproj-dev proj-bin

Expand Down Expand Up @@ -107,6 +110,9 @@ jobs:
restore-keys: |
${{ runner.os }}-gems-
- name: Update dependencies
run: sudo apt-get update

- name: Install dependencies
run: sudo apt-get install -y libproj-dev proj-bin

Expand Down

0 comments on commit cfd9096

Please sign in to comment.