Skip to content

Commit da853b9

Browse files
committed
Fixing and disabling the QA checks
1 parent 5e9b60d commit da853b9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/cpp.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616

17-
# env:
18-
# ACTIONS_STEP_DEBUG: true
19-
#
20-
# steps:
21-
# - name: Checkout code
22-
# uses: actions/checkout@v4
17+
env:
18+
ACTIONS_STEP_DEBUG: true
19+
20+
steps:
21+
- name: Checkout code
22+
uses: actions/checkout@v4
2323
#
2424
# - name: Cache tools
2525
# id: cache-deps

0 commit comments

Comments
 (0)