Skip to content

Commit

Permalink
trying again
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Jul 21, 2024
1 parent 5416ae8 commit 8f8d5d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ jobs:

- name: install
run: |
sudo apt-get update
sudo apt-get install pkg-config
sudo apt-get install libpng-dev libaec-dev doxygen
sudo apt-get install doxygen
- name: checkout
uses: actions/checkout@v4
Expand All @@ -53,7 +52,7 @@ jobs:
cd wgrib2
mkdir build
cd build
cmake .. -DUSE_IPOLATES=OFF -DENABLE_DOCS=ON -DCMAKE_PREFIX_PATH="~/ip"
cmake .. -DUSE_IPOLATES=OFF -DENABLE_DOCS=ON
make VERBOSE=1
- name: upload
Expand Down

0 comments on commit 8f8d5d4

Please sign in to comment.