Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
taokayan committed Mar 6, 2024
1 parent c883dfb commit 55b823c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,12 @@ jobs:
artifact-name: contract.test-actions-off.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}

- name: install LLVM
id: install-llvm
run: |
wget https://apt.llvm.org/llvm.sh
chmod +x llvm.sh
sudo ./llvm.sh 11.0.0
- name: Extract EOS EVM Contract
id: evm-contract
run: |
Expand Down

0 comments on commit 55b823c

Please sign in to comment.