Skip to content

Commit

Permalink
fix: Correct apt-get install command in test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chenmozhijin committed Dec 8, 2024
1 parent 7e1e43a commit 4932ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get install -y sudo apt-get install -y qtbase5-dev libqt5gui5 libqt5widgets5 xvfb
sudo apt-get install -y qtbase5-dev libqt5gui5 libqt5widgets5 xvfb
- name: Run tests
run: |
Expand Down

0 comments on commit 4932ca4

Please sign in to comment.