Skip to content

Commit

Permalink
chore: docker container in GH actions seems to need the default rust …
Browse files Browse the repository at this point in the history
…toolchain set
  • Loading branch information
Ronald Holshausen committed Oct 29, 2020
1 parent e503f03 commit e32d221
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions native/build-native.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ VERSION=$(grep '\"version\"' package.json | grep -E -o "([0-9\.]+(-[a-z\.0-9]+)?
NODE_VERSION=$(node --version)
echo "--> Releasing native library for version ${VERSION} and Node version ${NODE_VERSION}"

rustup install stable
rustup default stable

npm install
npm run build:v3
rm -rf native/target
Expand Down

0 comments on commit e32d221

Please sign in to comment.