Skip to content

Commit 9320000

Browse files
committed
remove unnecessary dependency request
1 parent 4a1a0cc commit 9320000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-build-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v1
2222
- run: sudo apt-get update || true;
2323
sudo apt-get install ${{ matrix.compilers }};
24-
sudo apt-get install build-essential libglu1-mesa-dev freeglut3-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libboost-all-dev;
24+
sudo apt-get install build-essential libglu1-mesa-dev mesa-common-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libboost-all-dev;
2525
rm -rf Release;
2626
mkdir Release;
2727
cd Release;

0 commit comments

Comments
 (0)