Skip to content

Commit

Permalink
Fix NodeJS workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tdewolff committed May 21, 2024
1 parent 6633482 commit 4f3e89c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Python
on:
push:
branches:
- master
tags:
- 'v*'
pull_request:
Expand Down
2 changes: 1 addition & 1 deletion bindings/js/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
SHELL=/usr/bin/env bash
HASH=`git log -1 --format="%H"`
VERSION=`git describe --tags --abbrev=0 | cut -b 2-`
NODE_VERSION=`node -e 'console.log(require('./package.json').version);'`
NODE_VERSION=`node -e 'console.log(require("./package.json").version);'`

# needed explicitly for Windows
export CGO_ENABLED=1
Expand Down

0 comments on commit 4f3e89c

Please sign in to comment.