1313 types : ['created']
1414
1515env :
16- LSL_RELEASE_URL : ' https://github.com/sccn/liblsl/releases/download/v1.16.0/ '
17- LSL_RELEASE : ' 1.16.0 '
16+ LSL_RELEASE_URL : ' https://github.com/sccn/liblsl/releases/download'
17+ LSL_RELEASE : ' 1.16.2 '
1818
1919defaults :
2020 run :
3333 os : " ubuntu-22.04"
3434 - name : " ubuntu-20.04"
3535 os : " ubuntu-20.04"
36- - name : " ubuntu-18.04"
37- os : " ubuntu-18.04"
38- qt_ver : " 5.12.12"
3936 - name : " windows-x64"
4037 os : " windows-latest"
4138 cmake_extra : " -T v142,host=x86"
@@ -48,30 +45,30 @@ jobs:
4845 arch : " i386"
4946 qt_arch : " win32_msvc2019"
5047 qt_ver : " 5.15.2"
51- - name : " macOS-10 "
52- os : " macos-10.15 "
48+ - name : " macOS-latest "
49+ os : " macOS-latest "
5350 steps :
5451 - uses : actions/checkout@v3
5552
5653 - name : Install liblsl (Ubuntu)
5754 if : startsWith(matrix.config.os, 'ubuntu-')
5855 run : |
5956 sudo apt install -y libpugixml-dev
60- curl -L ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb -o liblsl.deb
57+ curl -L ${LSL_RELEASE_URL}/v${LSL_RELEASE}/ liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb -o liblsl.deb
6158 sudo apt install ./liblsl.deb
6259
6360 - name : Download liblsl (Windows)
6461 if : matrix.config.os == 'windows-latest'
6562 run : |
66- curl -L ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-Win_${{ matrix.config.arch}}.zip -o liblsl.zip
63+ curl -L ${LSL_RELEASE_URL}/v${LSL_RELEASE}/ liblsl-${LSL_RELEASE}-Win_${{ matrix.config.arch}}.zip -o liblsl.zip
6764 7z x liblsl.zip -oLSL
6865
6966 - name : Download liblsl (macOS)
7067 if : startsWith(matrix.config.os, 'macos-')
7168 run : brew install labstreaminglayer/tap/lsl
7269
73- - name : Install Qt (Window and Ubuntu bionic )
74- if : (matrix.config.os == 'windows-latest') || (matrix.config.os == 'ubuntu-18.04')
70+ - name : Install Qt (Window)
71+ if : (matrix.config.os == 'windows-latest')
7572 uses : jurplel/install-qt-action@v3.0.0
7673 with :
7774 version : ${{ matrix.config.qt_ver }}
0 commit comments