Skip to content

Commit

Permalink
Mac CI: remove unused cache, compile tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kpu committed Sep 17, 2020
1 parent 3423361 commit 689a25a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,13 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Cache Boost
id: cache-boost
uses: actions/cache@v1
with:
path: boost_1_74_0/installdir
key: ${{ runner.os }}-boost_1_74_0
- name: Install Boost
run: brew install boost
- name: cmake
run: |
cmake -E make_directory build
cd build
cmake ..
cmake -DCOMPILE_TESTS=ON ..
- name: Compile
working-directory: build
run: cmake --build . -j2
Expand Down

0 comments on commit 689a25a

Please sign in to comment.