Skip to content

Commit

Permalink
Switch labctrl-node to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yuyichao committed Jan 30, 2025
1 parent 6207e9a commit 1e6b603
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ jobs:
- uses: actions/checkout@v4
with:
repository: nacs-lab/labctrl-node
ref: seq
path: ubuntu/labctrl-node/labctrl-node
fetch-depth: 0 # for version/hash computation

Expand Down
2 changes: 1 addition & 1 deletion arch/labctrl-node-git/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license=('LGPL')
options=('!strip' 'debug')
makedepends=(cmake git nodejs)
depends=(libnacs npm sqlite zeromq)
source=("git+https://github.com/nacs-lab/labctrl-node#branch=seq")
source=("git+https://github.com/nacs-lab/labctrl-node")
md5sums=('SKIP')

pkgver() {
Expand Down

0 comments on commit 1e6b603

Please sign in to comment.