Skip to content

Commit

Permalink
ci: move export
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Feb 17, 2024
1 parent 4c7834d commit 01eb27e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/mac14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,21 @@ jobs:
env:
H5: ${{ steps.gethdf5base.outputs.HDF5_NAME_BASE }}
run: |
export PATH=/usr/local/opt/llvm/bin:$PATH
export LDFLAGS="-L/usr/local/opt/llvm/lib"
export CPPFLAGS="-I/usr/local/opt/llvm/include"
export CC=$(brew --prefix llvm)/bin/clang
export FC=/usr/local/bin/gfortran-13
clang --version
echo $H5
wget https://github.com/HDFGroup/hdf5/releases/download/snapshot/$H5.tar.gz
tar zxvf $H5.tar.gz
ls
- name: Build Ninja
run: |
export PATH=/usr/local/opt/llvm/bin:$PATH
export LDFLAGS="-L/usr/local/opt/llvm/lib"
export CPPFLAGS="-I/usr/local/opt/llvm/include"
export CC=$(brew --prefix llvm)/bin/clang
export FC=/usr/local/bin/gfortran-13
clang --version
pwd
ls
ls /usr/local/bin/
cd hdfsrc
mkdir build
cd build
Expand Down

0 comments on commit 01eb27e

Please sign in to comment.