Skip to content

Commit

Permalink
Build nesachain
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smirnov committed Apr 30, 2024
1 parent 095a257 commit 9d15a1e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/stg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
run:
shell: bash

container:
image: golang:bookworm
# container:
# image: golang:bookworm

steps:
- uses: actions/checkout@v4
Expand All @@ -55,7 +55,8 @@ jobs:
token: ${{ env.GITHUB_TOKEN }}
path: ./${{ env.REPO_NESACHAIN_DIR }}
- uses: ./.github/actions/get_terraform_shared_library_aws
- run: apt update && apt-get install make git -y
- run: sudo apt update && sudo apt-get install make git -y
- uses: actions/setup-go@v5

# - run: |
# set -eux
Expand Down

0 comments on commit 9d15a1e

Please sign in to comment.