Skip to content

Commit

Permalink
ci: use -o
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Aug 26, 2024
1 parent ee0661a commit a27556f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Remote Dispatch Action Initiator
on:
push:
branches:
- develop
- develop-

jobs:
ping-pong:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
workflow_dispatch:
push:
pull_request:
branches: [ develop ]
branches: [ develop- ]
paths-ignore:
- '.github/CODEOWNERS'
- '.github/FUNDING.yml'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hdfeos5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
sudo make install
- name: Install HDF-EOS5
run: |
curl --user "${{ secrets.EARTHDATA_LOGIN }}" -L "https://git.earthdata.nasa.gov/projects/DAS/repos/hdfeos5/raw/hdf-eos5-2.0-src.tar.gz?at=refs%2Fheads%2FHDFEOS5_2.0"
curl --user "${{ secrets.EARTHDATA_LOGIN }}" -o hdf-eos5-2.0-src.tar.gz -L "https://git.earthdata.nasa.gov/projects/DAS/repos/hdfeos5/raw/hdf-eos5-2.0-src.tar.gz?at=refs%2Fheads%2FHDFEOS5_2.0"
tar zxvf hdf-eos5-2.0-src.tar.gz
cd hdf-eos5-2.0
./configure CC=/usr/local/bin/h5cc --prefix=/usr/local/ --enable-install-include
Expand Down

0 comments on commit a27556f

Please sign in to comment.