Skip to content

Commit

Permalink
Update cmake.yml: remove explicit install of GCC
Browse files Browse the repository at this point in the history
  • Loading branch information
austinEng authored Oct 31, 2023
1 parent 4a2903d commit a00c05d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CMake build
name: CMake

on:
push:
Expand Down Expand Up @@ -66,10 +66,6 @@ jobs:
sudo apt update
sudo apt install libgl-dev libx11-xcb-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev wayland-protocols libwayland-dev libxkbcommon-dev
- name: Install GCC
if: matrix.c_compiler == 'gcc'
run: sudo apt install gcc g++

- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a00c05d

Please sign in to comment.