Skip to content

Commit

Permalink
Test libsecret in build
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyuu-jin committed Jan 8, 2025
1 parent 6438fbe commit 84d2475
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
node_version: '22'
pkg_manager: 'npm'
install: 'npm install'
install: 'npm install && sudo apt-get update && sudo apt-get install -y libsecret-1-dev'
build: 'npm run build'
publish: 'npm publish'
pkg_manager_add_dev_dep: 'npm install --save-dev'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $ npm install -g @hyperplay/cli
$ hyperplay COMMAND
running command...
$ hyperplay (--version)
@hyperplay/cli/2.14.4 darwin-arm64 node-v22.11.0
@hyperplay/cli/2.14.6 darwin-arm64 node-v22.11.0
$ hyperplay --help [COMMAND]
USAGE
$ hyperplay COMMAND
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/cli",
"version": "2.14.5",
"version": "2.14.6",
"description": "Hyperplay CLI",
"author": "HyperPlay Labs, Inc.",
"bin": {
Expand Down

0 comments on commit 84d2475

Please sign in to comment.