Skip to content

Commit

Permalink
superpower
Browse files Browse the repository at this point in the history
  • Loading branch information
omodei committed Aug 17, 2022
1 parent 67cc076 commit 1f1f7f4
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 -xf MacOSX10.9.sdk.tar.xz
sudo 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 build_local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ elif [[ "$OSTYPE" == darwin* ]]; then
if [[ $? -ne 0 ]]; then
echo "macOS 10.9 SDK download failed"
fi
tar -C /opt/SDK/10.9SDK -xf MacOSX10.9.sdk.tar.xz
sudo tar -C /opt -xf MacOSX10.9.sdk.tar.xz
elif [[ "$OSTYPE" == "cygwin" ]]; then

# POSIX compatibility layer and Linux environment emulation for Windows
Expand Down

0 comments on commit 1f1f7f4

Please sign in to comment.