Skip to content

Commit

Permalink
revert some changes
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo committed Apr 22, 2024
1 parent b75f888 commit a65e74b
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/rollup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,6 @@ jobs:
version: '0.8.24'
- name: Install Geth Tools
uses: gacts/install-geth-tools@v1
- name: Install zstd
run: |
sudo apt-get update
sudo apt-get install libzstd-dev
- name: Lint
working-directory: 'rollup'
run: |
Expand Down Expand Up @@ -98,13 +94,6 @@ jobs:
version: '0.8.24'
- name: Install Geth Tools
uses: gacts/install-geth-tools@v1
- name: Install zstd
run: |
sudo apt-get update
sudo apt-get install libzstd-dev
- name: Locate zstd.h
run: |
sudo find /usr -name zstd.h
- name: Build prerequisites
run: |
make dev_docker
Expand Down

0 comments on commit a65e74b

Please sign in to comment.