Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit ff50135

Browse files
committed
Add nightly channel to build
1 parent 915d3c1 commit ff50135

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
matrix:
1919
dotnet:
2020
[{ ch: "3.1", ver: "netcoreapp31" }, { ch: "6.0", ver: "net60" }]
21+
nightly: [true, false]
2122

2223
steps:
2324
- name: Checkout
@@ -36,6 +37,7 @@ jobs:
3637
run: |
3738
mkdir -p ~/.local/bin
3839
export INSTALL_DIR=~/.local/bin
40+
export NIGHTLY=${{ matrix.nightly }}
3941
curl -sSf https://install.surrealdb.com | sh
4042
export PATH="$HOME/.local/bin/:$PATH"
4143

0 commit comments

Comments
 (0)