Skip to content

Commit

Permalink
fix binary error 7
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Jun 21, 2024
1 parent 9269bfb commit 1aad2e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
path: /root/solidity
fetch-depth: 5
path: /__w/solidity/solidity

- name: Setup cmake
uses: jwlawson/[email protected]
Expand All @@ -207,7 +208,7 @@ jobs:
- name: Compile solc
run: |
cd /root/solidity/
cd /__w/solidity/solidity
git log
. /opt/rh/devtoolset-9/enable
mkdir build && cd build
Expand Down

0 comments on commit 1aad2e1

Please sign in to comment.