mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-25 01:17:58 +00:00
Add resolc docker
This commit is contained in:
@@ -44,3 +44,12 @@ jobs:
|
||||
|
||||
- name: Test CLI
|
||||
run: make test-cli
|
||||
|
||||
- name: Build resolc
|
||||
run: make install-bin
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ github.job }}-resolc
|
||||
path: ./target/release/resolc
|
||||
retention-days: 1
|
||||
|
||||
Reference in New Issue
Block a user