Skip to content

Commit

Permalink
fix agoric sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzhigaev committed Jan 10, 2025
1 parent 33bc7f8 commit 028a0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/agoric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: Extract SDK version
run: |
cd agoric-sdk
echo "SDK_VERSION=$(git tag --points-at HEAD | grep sdk | awk -F@ {'print $3'})" >> $GITHUB_ENV
echo "SDK_VERSION=56" >> $GITHUB_ENV
cd ..
- name: Manually pull the base Docker image
Expand Down

0 comments on commit 028a0cf

Please sign in to comment.