Skip to content

Commit

Permalink
22
Browse files Browse the repository at this point in the history
  • Loading branch information
wenlinlee committed Jun 21, 2024
1 parent eb33d3e commit cf49097
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,19 +273,19 @@ jobs:
with:
fetch-depth: 5

- name: Compile solc
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch }}
distro: ubuntu20.04
githubToken: ${{ github.token }}
run: |
git log -1
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DUSE_Z3=OFF ..
make -j2
- name: Compile solc
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.arch }}
distro: ubuntu20.04
githubToken: ${{ github.token }}
run: |
git log -1
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DUSE_Z3=OFF ..
make -j2
- name: Store binary
- name: Store binary
run: |
./build/solc/solc --version
mkdir bin
Expand Down

0 comments on commit cf49097

Please sign in to comment.