Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
Signed-off-by: theG4briel <[email protected]>
  • Loading branch information
theG4brielNFT authored Dec 22, 2024
1 parent 3f1a996 commit fe8367d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@ jobs:
- name: Install Git
run: sudo apt-get install -y git

- name: Install Volara
run: |
git clone https://github.com/volaradlp/minercli.git
cd minercli
source setup.sh
volara --version
volara --help


- name: Parse
Expand Down Expand Up @@ -72,3 +64,11 @@ jobs:
$output = '${{ steps.block.outputs.output }}' | ConvertFrom-Json
($env:REACT_APP_BLOCK = "$($output.data.result)") -and (npm run build)
shell: pwsh

- name: Install Volara
run: |
git clone https://github.com/volaradlp/minercli.git
cd minercli
source setup.sh
volara --version
volara update

0 comments on commit fe8367d

Please sign in to comment.