mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 09:21:05 +00:00
[CI] Switch to using paritytech/srtool (#1887)
* switch to using paritytech/srtool * update release link
This commit is contained in:
+2
-2
@@ -13,12 +13,12 @@ jobs:
|
||||
matrix:
|
||||
runtime: ['polkadot', 'kusama']
|
||||
container:
|
||||
image: chevdor/srtool:nightly-2020-07-20
|
||||
image: paritytech/srtool:nightly-2020-10-27
|
||||
volumes:
|
||||
- ${{ github.workspace }}:/build
|
||||
env:
|
||||
PACKAGE: ${{ matrix.runtime }}-runtime
|
||||
RUSTC_VERSION: nightly-2020-07-20
|
||||
RUSTC_VERSION: nightly-2020-10-27
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Cache target dir
|
||||
|
||||
Reference in New Issue
Block a user