Skip to content

Commit 693cf78

Browse files
committed
Use liblsl release 1.14.0
1 parent d7faed9 commit 693cf78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cppcmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
types: ['created']
1212

1313
env:
14-
LSL_RELEASE_URL: 'https://github.com/sccn/liblsl/releases/download/v1.14.0rc1'
14+
LSL_RELEASE_URL: 'https://github.com/sccn/liblsl/releases/download/v1.14.0'
1515
LSL_RELEASE: '1.14.0'
1616

1717
defaults:
@@ -28,7 +28,7 @@ jobs:
2828
matrix:
2929
config:
3030
- {name: "ubuntu-20.04", os: "ubuntu-20.04"}
31-
# - {name: "ubuntu-18.04", os: "ubuntu-18.04"} # Awaiting liblsl deploy fix.
31+
- {name: "ubuntu-18.04", os: "ubuntu-18.04"}
3232
# - {name: "ubuntu-16.04", os: "ubuntu-16.04"} # Awaiting https://github.com/miurahr/aqtinstall/issues/183
3333
- {name: "windows-x64", os: "windows-latest"}
3434
- {name: "macOS-latest", os: "macOS-latest"}

0 commit comments

Comments
 (0)