Skip to content

Commit

Permalink
Update static_analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
f33r0 authored Oct 17, 2024
1 parent a4d71a4 commit b63e4fb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,9 @@ jobs:
# 20GB of cache per repo per week
cache-provider: "buildjet"

- name: Install specific GCC version
run: |
sudo apt-get update
sudo apt-get install -y gcc-12 g++-12
# v2.20.16
- name: cargo install
uses: taiki-e/install-action@ac89944b5b150d78567ab6c02badfbe48b0b55aa
uses: taiki-e/install-action@2.44.39
with:
tool: clippy-sarif, sarif-fmt

Expand Down

0 comments on commit b63e4fb

Please sign in to comment.