Skip to content

Commit

Permalink
deps: update Corset to 9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Jan 19, 2024
1 parent 9d45333 commit fb742f4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,20 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3

# The asset URL for the latest release can be found with:
# curl -L -H "Accept: application/vnd.github+json" \
# -H "Authorization: Bearer YOUR_GH_API_TOKEN" \
# -H "X-GitHub-Api-Version: 2022-11-28" \
# https://api.github.com/repos/ConsenSys/corset/releases/latest
# | jq '.assets[] | select(.name|endswith("x86_64-unknown-linux-musl.tar.gz")) | .url'
- name: Download Corset
run: |
curl -L \
-H "Accept: application/octet-stream" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
-o corset.tar.gz \
https://api.github.com/repos/Consensys/corset/releases/assets/141813824
https://api.github.com/repos/Consensys/corset/releases/assets/146500253
tar xzf corset.tar.gz
mv corset $HOME
Expand Down

0 comments on commit fb742f4

Please sign in to comment.