From 158f661f46e866174052eab422eed536823e7c7d Mon Sep 17 00:00:00 2001 From: Masaki Waga Date: Mon, 31 Jul 2023 17:42:47 +0900 Subject: [PATCH] fixed CI --- .github/workflows/boosttest.yml | 14 -------------- .github/workflows/doxygen.yml | 2 +- 2 files changed, 1 insertion(+), 15 deletions(-) diff --git a/.github/workflows/boosttest.yml b/.github/workflows/boosttest.yml index dc733ed..b53ddc9 100644 --- a/.github/workflows/boosttest.yml +++ b/.github/workflows/boosttest.yml @@ -11,8 +11,6 @@ jobs: max-parallel: 4 steps: - uses: actions/checkout@v3 - with: - submodules: true - name: default build run: | mkdir -p build @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/.github/workflows/doxygen.yml b/.github/workflows/doxygen.yml index a326c75..5a3d1a0 100644 --- a/.github/workflows/doxygen.yml +++ b/.github/workflows/doxygen.yml @@ -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