Skip to content

Commit

Permalink
Update test-build-gcc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LiangliangNan committed Jun 4, 2024
1 parent 9974b04 commit 5859c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build-gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v1
- run: sudo apt-get update || true;
sudo apt-get install ${{ matrix.compilers }};
sudo apt-get install build-essential libglu1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev;
sudo apt-get install build-essential libglu1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev qt5-default;
rm -rf Release;
mkdir Release;
cd Release;
Expand Down

0 comments on commit 5859c13

Please sign in to comment.