Skip to content

Commit

Permalink
Tie fiftlib to a version (instead of a general fiftlib) (ton-blockcha…
Browse files Browse the repository at this point in the history
…in#40)

* Update node.js.yml

* try

* try2

* ubuntu 18?
  • Loading branch information
mrbonezy authored Dec 8, 2022
1 parent 7315c41 commit 1790acf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-18.04

strategy:
matrix:
Expand All @@ -25,7 +25,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
cache: "npm"
- run: mkdir bin && wget https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18-0.2.0/fift -P ./bin && chmod +x ./bin/fift && wget https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18-0.2.0/func -P ./bin && chmod +x ./bin/func && wget https://github.com/ton-defi-org/ton-binaries/releases/download/fiftlib/fiftlib.zip -P ./bin && unzip ./bin/fiftlib.zip -d ./bin/fiftlib
- run: sudo apt-get update && sudo apt-get install libssl-dev libssl1.0.0
- run: mkdir bin && wget https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18-0.2.0/fift -P ./bin && chmod +x ./bin/fift && wget https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18-0.2.0/func -P ./bin && chmod +x ./bin/func && wget https://github.com/ton-defi-org/ton-binaries/releases/download/ubuntu-18-0.2.0/fiftlib.zip -P ./bin && unzip ./bin/fiftlib.zip -d ./bin/fiftlib
- run: npm ci
- run: npm run build
- run: npm test

0 comments on commit 1790acf

Please sign in to comment.