Skip to content

Commit

Permalink
Simplify build
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Jan 28, 2025
1 parent 97a6523 commit 0a08800
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,13 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: '3.9'
- name: install
run: |
sudo apt-get install libleveldb-dev libleveldb1d
make install-speedup
# - name: install
# run: |
# sudo apt-get install libleveldb-dev libleveldb1d
# make install-speedup
- name: build
run: |
make lint
make test
make build
tests/docker/test.sh
- name: version
Expand Down

0 comments on commit 0a08800

Please sign in to comment.