Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 26, 2023
1 parent 0257ccb commit 12896d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0

- name: Install dependencies
run: sudo apt install -y ${{ env.APT_PACKAGES }} && rm -rf /usr/lib/gcc
run: sudo apt install -y ${{ env.APT_PACKAGES }} && sudo rm -rf /usr/lib/gcc

- name: Compile with coverage data
run: |
Expand Down

0 comments on commit 12896d0

Please sign in to comment.