Skip to content

Commit 8a50e88

Browse files
author
Oleg Smirnov
committed
Build nesachain
1 parent 2cadc54 commit 8a50e88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
token: ${{ env.GITHUB_TOKEN }}
5656
path: ./${{ env.REPO_NESACHAIN_DIR }}
5757
- uses: ./.github/actions/get_terraform_shared_library_aws
58-
- run: sudo apt update && sudo apt-get install make git -y
58+
- run: apt update && apt-get install make git -y
5959

6060
- run: |
6161
set -eux

0 commit comments

Comments
 (0)