Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
shajoezhu committed Oct 7, 2024
1 parent 9b3a583 commit 1502322
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- uses: actions/setup-python@v3
with:
python-version: 3.8
python-version: 3.10

- name: Install dependencies (linux)
if: runner.os == 'Linux' && matrix.name != 'windows'
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
run: python3 -mpip install cpp-coveralls cpplint

- name: Check style
run: echo skip this for now # .ci/style.sh
run: cpplint --version # .ci/style.sh

- name: Prepare ccache timestamp
id: ccache_cache_timestamp
Expand Down

0 comments on commit 1502322

Please sign in to comment.