Skip to content

Commit

Permalink
CI: fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andy5995 committed Mar 2, 2024
1 parent 23fd7b7 commit 0b25789
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ on:

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- run: sudo apt-get install -y meson ninja-build swig python3-dev valgrind
Expand All @@ -20,11 +18,9 @@ jobs:
ninja
ninja test
meson test --setup=valgrind
-name: Test swig
run: |
- name: Test swig
run: |
meson configure -Dswig_lang=python
ninja clean
ninja

0 comments on commit 0b25789

Please sign in to comment.