Fixed compiler version

pull/47/head
Ryzerth 2020-12-23 19:50:54 +01:00
rodzic 6a1fa2c13b
commit 77aacc2e5d
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -5,6 +5,8 @@ on: [push]
env:
# Customize the CMake build type here (Release, Debug, RelWithDebInfo, etc.)
BUILD_TYPE: Release
CC: gcc-8
CXX: g++-8
jobs:
build:
@ -18,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
- name: Install dependencies
run: sudo apt install gcc-8 g++-8 libfftw3-dev libglfw3-dev libglew-dev libvolk1-dev libsoapysdr-dev libairspyhf-dev libiio-dev libad9361-dev portaudio19-dev
run: sudo apt install libfftw3-dev libglfw3-dev libglew-dev libvolk1-dev libsoapysdr-dev libairspyhf-dev libiio-dev libad9361-dev portaudio19-dev
- name: Create Build Environment
# Some projects don't allow in-source building, so create a separate build directory