We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cadc54 commit 8a50e88Copy full SHA for 8a50e88
.github/workflows/stg.yml
@@ -55,7 +55,7 @@ jobs:
55
token: ${{ env.GITHUB_TOKEN }}
56
path: ./${{ env.REPO_NESACHAIN_DIR }}
57
- uses: ./.github/actions/get_terraform_shared_library_aws
58
- - run: sudo apt update && sudo apt-get install make git -y
+ - run: apt update && apt-get install make git -y
59
60
- run: |
61
set -eux
0 commit comments