Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored and evaleev committed Oct 23, 2024
1 parent 2ca7583 commit 6eb6fba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ jobs:
run: |
brew install ninja gcc@11 gmp boost eigen bison ccache automake python@3.11 numpy scipy
#echo "FC=/usr/local/bin/gfortran" >> $GITHUB_ENV
echo "FC=/opt/homebrew/Cellar/gcc@11/11.4.0/bin/gfortran-11" >> $GITHUB_ENV
echo "FC=/opt/homebrew/Cellar/gcc@11/11.5.0/bin/gfortran-11" >> $GITHUB_ENV
echo "EIGEN3_INCLUDE_DIR=/usr/local/include/eigen3" >> $GITHUB_ENV
echo "GMP_INCLUDE_DIR=/opt/homebrew/Cellar/gmp/6.3.0/include" >> $GITHUB_ENV
echo "GMP_LIBRARY_DIR=/opt/homebrew/Cellar/gmp/6.3.0/lib" >> $GITHUB_ENV
echo "BOOST_INCLUDE_DIR=/opt/homebrew/Cellar/boost/1.85.0/include" >> $GITHUB_ENV
ls -l /opt/homebrew/Cellar/boost/1.85.0/include
echo "BOOST_INCLUDE_DIR=/opt/homebrew/Cellar/boost/1.86.0_1/include" >> $GITHUB_ENV
ls -l /opt/homebrew/Cellar/boost/1.86.0_1/include
brew info python@3.11
ls -l /opt/homebrew/Cellar/python@3.11/*
brew info gcc@11
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Archive Library Tarball
if: ${{ steps.skip_check.outputs.should_skip != 'true' && matrix.build_type == 'Release'}}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.4.0
with:
if-no-files-found: error
name: ${{ runner.os }}-${{ matrix.cxx }}
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
with:
arch: x64

- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4.1.7
with:
name: Linux-g++-10

Expand Down

0 comments on commit 6eb6fba

Please sign in to comment.