Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Aug 31, 2024
1 parent 675dece commit e6a8a1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,11 @@ jobs:
# Download the library
cd ~/Downloads
curl -O https://downloads.unidata.ucar.edu/udunits/2.2.28/udunits-2.2.28.tar.gz
ls
# Unpack the distribution in an appropriate place.
cd /opt
sudo pax -rz < ~/Downloadsudunits-2.2.28.tar.gz
sudo pax -rz < ~/Downloads/udunits-2.2.28.tar.gz
# Build and install the package.
cd udunits-2.2.28
Expand Down

0 comments on commit e6a8a1a

Please sign in to comment.