Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
awawa-dev committed Feb 8, 2024
1 parent 9f54a3e commit 269dfe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/codeql/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ runs:
- name: Install libraries
shell: bash
run: |
sudo apt-get update && sudo apt-get install \
sudo apt-get update && sudo apt-get remove qt6-base-dev && sudo apt-get install \
build-essential \
cmake \
git \
Expand Down

0 comments on commit 269dfe4

Please sign in to comment.