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 7794fef commit 19a2626
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -100,10 +100,10 @@ jobs:
run: ./bootstrap

- name: make
run: make -j4
run: make -j2

- name: make check
run: make -j4 check
run: make -j2 check

- name: make install
run: sudo make install
Expand Down

0 comments on commit 19a2626

Please sign in to comment.