commit 7d309f16ef7415ea53bb1c2495d27c0589996bfe
parent 81983445ba7e81ae9341b76a367b3746f1e91f35
Author: Adam M <[email protected]>
Date: Sun, 21 Nov 2021 14:14:44 -0600
remove commented line in buildfile
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build-all.yml b/.github/workflows/build-all.yml
@@ -19,7 +19,6 @@ jobs:
name: Linux,
os: ubuntu-latest,
prepare-os: sudo apt-get update;sudo apt-get install -y libglu-dev;
- #prepare-os: sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev
}
- {
name: MacOS,