Skip to content

Commit

Permalink
Update cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Sep 6, 2024
1 parent 2ca7583 commit f7b5f77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
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/include" >> $GITHUB_ENV
ls -l /opt/homebrew/Cellar/boost/1.86.0/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 f7b5f77

Please sign in to comment.