Skip to content

Commit

Permalink
fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MasWag committed Jul 31, 2023
1 parent 06d2f76 commit 158f661
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/boosttest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ jobs:
max-parallel: 4
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: default build
run: |
mkdir -p build
Expand All @@ -25,8 +23,6 @@ jobs:
max-parallel: 4
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: set gcc env
run: |
export CC=/usr/bin/gcc
Expand All @@ -43,8 +39,6 @@ jobs:
max-parallel: 4
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: set clang env
run: |
export CC=/usr/bin/clang
Expand All @@ -60,8 +54,6 @@ jobs:
max-parallel: 4
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install required packages
run: sudo apt-get update && sudo apt-get install cmake libeigen3-dev libboost-all-dev -y
- name: build and test
Expand All @@ -75,8 +67,6 @@ jobs:
max-parallel: 4
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install required packages
run: sudo apt-get update && sudo apt-get install build-essential cmake libeigen3-dev libboost-all-dev -y
- name: build and test
Expand All @@ -90,8 +80,6 @@ jobs:
max-parallel: 4
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install required packages
run: brew install eigen boost
- name: build and test
Expand All @@ -105,8 +93,6 @@ jobs:
max-parallel: 4
steps:
- uses: actions/checkout@v3
with:
submodules: true
- name: Install required packages
run: brew install eigen boost
- name: build and test
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
mkdir -p /tmp/build && cd /tmp/build
cmake $OLDPWD && make doc
- name: Deploy
uses: peaceiris/actions-gh-pages@v4
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_branch: gh-pages
Expand Down

0 comments on commit 158f661

Please sign in to comment.