Skip to content

Commit 008a4bf

Browse files
committed
Update liblsl to 1.16.2
1 parent 3229a7a commit 008a4bf

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/cppcmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ on:
1313
types: ['created']
1414

1515
env:
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

1919
defaults:
2020
run:
@@ -57,13 +57,13 @@ jobs:
5757
if: startsWith(matrix.config.os, 'ubuntu-')
5858
run: |
5959
sudo apt install -y libpugixml-dev
60-
curl -L ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb -o liblsl.deb
60+
curl -L ${LSL_RELEASE_URL}/v${LSL_RELEASE}/liblsl-${LSL_RELEASE}-$(lsb_release -sc)_amd64.deb -o liblsl.deb
6161
sudo apt install ./liblsl.deb
6262
6363
- name: Download liblsl (Windows)
6464
if: matrix.config.os == 'windows-latest'
6565
run: |
66-
curl -L ${LSL_RELEASE_URL}/liblsl-${LSL_RELEASE}-Win_${{ matrix.config.arch}}.zip -o liblsl.zip
66+
curl -L ${LSL_RELEASE_URL}/v${LSL_RELEASE}/liblsl-${LSL_RELEASE}-Win_${{ matrix.config.arch}}.zip -o liblsl.zip
6767
7z x liblsl.zip -oLSL
6868
6969
- name: Download liblsl (macOS)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(LabRecorder
55
DESCRIPTION "Record and write LabStreamingLayer streams to an XDF file"
66
HOMEPAGE_URL "https://github.com/labstreaminglayer/App-LabRecorder/"
77
LANGUAGES C CXX
8-
VERSION 1.16.3)
8+
VERSION 1.16.4)
99

1010
# Needed for customized MacOSXBundleInfo.plist.in
1111
SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/cmake" ${CMAKE_MODULE_PATH})

0 commit comments

Comments
 (0)