Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobiasd committed May 22, 2024
1 parent ce116e1 commit 2804a8d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,7 @@ jobs:
- name: Checkout
uses: actions/checkout@main
- name: Install dependencies
run: |
cat /etc/os-release
gcc --version
g++ --version
sudo script/ci_setup_dependencies.sh
run: sudo script/ci_setup_dependencies.sh
- name: CodeQL Initialization
uses: github/codeql-action/init@v3
with:
Expand Down

0 comments on commit 2804a8d

Please sign in to comment.