Skip to content

Commit

Permalink
Try new Directory
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Aug 17, 2022
1 parent 87483ee commit 67cc076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
if [[ $? -ne 0 ]]; then
echo "macOS 10.9 SDK download failed"
fi
tar -C /opt/SDK/10.9SDK -xf MacOSX10.9.sdk.tar.xz
tar -C /opt -xf MacOSX10.9.sdk.tar.xz
#conda install -c conda-forge clang_osx-64 clangxx_osx-64 gfortran_osx-64
conda build --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
Expand Down
2 changes: 1 addition & 1 deletion conda_recipe/xspec-modelsonly/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ cxx_compiler:
fortran_compiler:
- gfortran # [osx]
CONDA_BUILD_SYSROOT:
- /opt/SDK/10.9SDK/MacOSX10.9.sdk # [osx]
- /opt/MacOSX10.9.sdk # [osx]

0 comments on commit 67cc076

Please sign in to comment.