Skip to content

Commit

Permalink
yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesLorenz committed Sep 6, 2024
1 parent 3277b85 commit 9d0345b
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 @@ -88,7 +88,7 @@ jobs:
steps:
- name: check out
uses: actions/checkout@v4
with:
with:
fetch-depth: 0
- name: install deps
if: ${{ matrix.config.enabled == 1 }}
Expand All @@ -103,7 +103,7 @@ jobs:
if: ${{ matrix.config.enabled == 1 }}
run: ${{ matrix.config.build }}
# - name: Setup tmate session
#uses: mxschmitt/action-tmate@v3
# uses: mxschmitt/action-tmate@v3
- name: make test
if: ${{ matrix.config.enabled == 1 }}
run: ${{ matrix.config.test }}

0 comments on commit 9d0345b

Please sign in to comment.