This commit is contained in:
parent
feb2f9c1ac
commit
6843a20862
1 changed files with 2 additions and 2 deletions
|
|
@ -8,7 +8,7 @@ env:
|
||||||
CARGO_LLVM_COV_VERSION: 0.6.21
|
CARGO_LLVM_COV_VERSION: 0.6.21
|
||||||
CARGO_LLVM_COV_SHA256SUM: 57f491aedf7cdb261538ceb49cbb1ee9d27df7ca205a5e1a009caaf5cb911afb
|
CARGO_LLVM_COV_SHA256SUM: 57f491aedf7cdb261538ceb49cbb1ee9d27df7ca205a5e1a009caaf5cb911afb
|
||||||
jobs:
|
jobs:
|
||||||
verify:
|
publish:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
timeout-minutes: 20
|
timeout-minutes: 20
|
||||||
container:
|
container:
|
||||||
|
|
@ -16,7 +16,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Install action dependencies
|
- name: Install action dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get install --no-install-recommends --update -y nodejs curl
|
apt-get install --no-install-recommends --update -y nodejs curl git
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v6
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue