Skip to content
Snippets Groups Projects
Commit 17eedeaf authored by Chevdor's avatar Chevdor Committed by GitHub
Browse files

ci: upgrade subwasm (#550)

parent 5dbe70c4
No related merge requests found
name: Srtool build
env:
SUBWASM_VERSION: 0.13.2
on:
push:
tags:
......@@ -54,8 +57,8 @@ jobs:
# We now get extra information thanks to subwasm
- name: Install subwasm
run: |
wget https://github.com/chevdor/subwasm/releases/download/v0.12.0/subwasm_linux_amd64_v0.12.0.deb
sudo dpkg -i subwasm_linux_amd64_v0.12.0.deb
wget https://github.com/chevdor/subwasm/releases/download/v${{ env.SUBWASM_VERSION }}/subwasm_linux_amd64_v${{ env.SUBWASM_VERSION }}.deb
sudo dpkg -i subwasm_linux_amd64_v${{ env.SUBWASM_VERSION }}.deb
subwasm --version
- name: Show Runtime information
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment