Skip to content

Commit

Permalink
combining installs
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 18, 2023
1 parent e2c112f commit a569322
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/developer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,12 @@ jobs:

steps:

- name: install-netcdf
- name: install
run: |
sudo apt-get update
sudo apt-get install libnetcdf-dev libnetcdff-dev netcdf-bin pkg-config
sudo apt-get install libpng-dev autotools-dev autoconf
- name: install-png
run: |
sudo apt-get install libpng-dev
- name: install-autotools
run: |
sudo apt-get install autotools-dev
sudo apt-get install autoconf
- name: checkout-jasper
uses: actions/checkout@v2
with:
Expand Down

0 comments on commit a569322

Please sign in to comment.