Skip to content

Commit

Permalink
build: update command
Browse files Browse the repository at this point in the history
  • Loading branch information
lc-soft committed Dec 22, 2024
1 parent 4a85ec7 commit 258fe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ccpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

- name: Configure for coverage mode
if: runner.os == 'Linux'
run: xmake config -y -k ${{ env.TARGET_KIND }} -m coverage --ci-env=y
run: xmake config -y -k ${{ env.TARGET_KIND }} -m coverage --ci-env=y -v

- name: Cache xmake packages
uses: actions/cache@v4
Expand Down

0 comments on commit 258fe75

Please sign in to comment.