Skip to content

Commit

Permalink
using apt-get instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ebmifa committed Jul 27, 2023
1 parent 044568c commit 73c5ab6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,16 +167,16 @@ jobs:
if: ${{ env.sui_tag != 'main' }}
shell: bash
run: |
sudo apt update
sudo apt install \
sudo apt-get update -y
sudo apt-get install \
dnf \
clang \
gcc \
g++ \
zlib1g-dev \
libmpc-dev \
libmpfr-dev \
libgmp-dev
libgmp-dev -y
sudo dnf install gcc-c++
Expand Down

0 comments on commit 73c5ab6

Please sign in to comment.