Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdossa authored Feb 1, 2024
1 parent 39695d7 commit f7b5e97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,8 @@ jobs:
command: |
go get github.com/tcnksm/ghr
sudo apt-get install libstdc++6
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
strings /lib/x86_64-linux-gnu/libc.so.6 | grep GLIBC
cd assets
VERSION=$(./polymesh --version | cut -d " " -f2)
mv ./polymesh ./polymesh-${VERSION}
Expand Down

0 comments on commit f7b5e97

Please sign in to comment.