just use sol file

This commit is contained in:
maskpp
2023-05-18 17:31:25 +08:00
parent 109632ca48
commit d8d1669a67

View File

@@ -39,11 +39,6 @@ jobs:
uri: 'https://github.com/ethereum/solidity/releases/download/v0.8.16/solc-static-linux'
name: 'solc'
version: '0.8.16'
- name: Install Geth Tools
uses: gacts/install-geth-tools@v1
- name: Lint
run: |
make -C bytecode all
- name: Install Go
uses: actions/setup-go@v2
with: