Skip to content

Commit 8591722

Browse files
committed
working on c workflow and downgrade upload pages action
1 parent 380cfe0 commit 8591722

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/c.check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: awalsh128/cache-apt-pkgs-action@v1
1313
with:
14-
packages: cppcheck clang-format
15-
version: 1.0
16-
- name: clang-format syntax-check
14+
packages: clang-format
15+
version: 6.0
16+
- name: clang-format
1717
run: find . -type f -iregex ".*\.\(c\|h\|cpp\|ino\)" -exec clang-format -i -style=file {} \; && git diff --exit-code
1818

1919
raspi-source-dist:
2020
runs-on: "ubuntu-22.04"
2121
steps:
2222
- uses: actions/checkout@v4
23-
- name: runbuild
23+
- name: run-download
2424
run: |
2525
cd ./examples/raspberry-pi
2626
ls
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
name: raspi-source-dist
4141
path: ./examples/raspberry-pi/build-test
42-
- name: runbuild
42+
- name: test-build
4343
run: |
4444
cd ./examples/raspberry-pi/build-test
4545
ls

.github/workflows/pyhton.build_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
matrix:
5050
py-version: ["3.8", "3.9"]
51-
os: [ubuntu-22.04, windows-2019, macOS-15]
51+
os: [ubuntu-22.04, windows-2019, macOS-12, macOS-15]
5252
fail-fast: false
5353
runs-on: "ubuntu-22.04"
5454
needs: generate-wrapper
@@ -136,7 +136,7 @@ jobs:
136136
- name: Build documentation
137137
run: cd ./docs && make html
138138
- name: Upload html
139-
uses: actions/upload-pages-artifact@v4
139+
uses: actions/upload-pages-artifact@v3
140140
with:
141141
path: python-wrapper/docs/_build/html
142142
deploy_pages:

0 commit comments

Comments
 (0)