Skip to content

Commit

Permalink
remove gcc version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 committed Oct 11, 2023
1 parent 9380a7a commit d26424e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,10 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
shell: bash
run: sudo apt-get install gcc-8 g++-8
run: sudo apt-get install gcc g++
- name: Build
shell: bash
run: |
export CC=/usr/bin/gcc-8
export CXX=/usr/bin/g++-8
mkdir Build
cd Build
cmake .. -DBUILD_SV_INSTALLER=ON
Expand Down

0 comments on commit d26424e

Please sign in to comment.