Skip to content

Commit

Permalink
build: add bun deps
Browse files Browse the repository at this point in the history
  • Loading branch information
hiddentao committed Feb 15, 2024
1 parent 9fe6500 commit 356982e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ jobs:
- name: Install solc
run: svm install 0.8.20 && svm use 0.8.20

- name: Install dependencies for bun
run: sudo apt-get install -y unzip

- name: Install bun
uses: oven-sh/setup-bun@v1

- name: Install dependencies
run: bun i
# - name: Install NPM dependencies
# run: bun i

- name: Compile
run: bun compile --sizes
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
![ci build](https://github.com/github/docs/actions/workflows/test.yml/badge.svg?branch=master)

# naym-coin

The `NAYM` ERC-20 token.
Expand Down

0 comments on commit 356982e

Please sign in to comment.