CI: Use latest run_task version
Recently we discovered a bug in the `run_task` script where we forgot to use `--no-default-features` in a subset of test runs (the feature matrix stuff). Upgrade to use the latest version of `run_task.sh`.
This commit is contained in:
parent
40ba08f369
commit
b8dab65c3d
|
@ -34,7 +34,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
|
@ -83,7 +83,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
|
@ -136,7 +136,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@stable
|
uses: dtolnay/rust-toolchain@stable
|
||||||
|
@ -160,7 +160,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
|
@ -186,7 +186,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
repository: rust-bitcoin/rust-bitcoin-maintainer-tools
|
||||||
ref: 534e4977007760fafe5154bc31acae08cb535fbb
|
ref: 906ffd4bcfe02242e36eaeea9761a87586ffd86f
|
||||||
path: maintainer-tools
|
path: maintainer-tools
|
||||||
- name: "Select toolchain"
|
- name: "Select toolchain"
|
||||||
uses: dtolnay/rust-toolchain@v1
|
uses: dtolnay/rust-toolchain@v1
|
||||||
|
|
Loading…
Reference in New Issue