Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxy-v authored Aug 31, 2024
1 parent 7f78ed9 commit e6a53da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,13 @@ jobs:
xml-out: coverage.xml

- uses: actions/setup-node@v3
- run: npm install xml2js
- run: npm install xml2json

- name: Check coverage report
id: check-coverage
uses: actions/github-script@v7
with:
script: |
var xml2js = require('xml2js');
fs = require('fs');
let parser = require('xml2json');
Expand Down

0 comments on commit e6a53da

Please sign in to comment.