Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
17eedeaf
Commit
17eedeaf
authored
3 years ago
by
Chevdor
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
ci: upgrade subwasm (#550)
parent
5dbe70c4
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cumulus/.github/workflows/srtool.yml
+5
-2
5 additions, 2 deletions
cumulus/.github/workflows/srtool.yml
with
5 additions
and
2 deletions
cumulus/.github/workflows/srtool.yml
+
5
−
2
View file @
17eedeaf
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/v
0.12.0/subwasm_linux_amd64_v0.12.0
.deb
sudo dpkg -i subwasm_linux_amd64_v
0.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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment