File tree Expand file tree Collapse file tree 5 files changed +0
-16
lines changed Expand file tree Collapse file tree 5 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -16,14 +16,12 @@ jobs:
1616 uses : actions/checkout@v4
1717 with :
1818 path : tmp
19- submodules : true
2019
2120 - name : Checkout
2221 uses : actions/checkout@v4
2322 with :
2423 repository : paritytech/resolc-bin
2524 path : resolc-bin
26- submodules : true
2725
2826 - uses : actions/create-github-app-token@v1
2927 id : app-token
Original file line number Diff line number Diff line change 2727 RELEASE_NOTES : ${{ steps.versions.outputs.RELEASE_NOTES }}
2828 steps :
2929 - uses : actions/checkout@v4
30- with :
31- submodules : true
3230
3331 - name : Check versions
3432 id : versions
@@ -132,8 +130,6 @@ jobs:
132130 environment : tags
133131 steps :
134132 - uses : actions/checkout@v4
135- with :
136- submodules : true
137133
138134 - name : Download Artifacts
139135 uses : actions/download-artifact@v4
Original file line number Diff line number Diff line change 66 paths :
77 - ' crates/llvm-builder/**'
88 - ' .github/workflows/test-llvm-builder.yml'
9- paths-ignore :
10- - " **.md"
119
1210concurrency :
1311 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
2422 runs-on : ${{ matrix.runner }}
2523 steps :
2624 - uses : actions/checkout@v4
27- with :
28- submodules : true
2925 - uses : actions-rust-lang/setup-rust-toolchain@v1
3026 with :
3127 # without this it will override our rust flags
Original file line number Diff line number Diff line change 2626 shell : bash
2727 steps :
2828 - uses : actions/checkout@v4
29- with :
30- submodules : true
3129 - uses : actions-rust-lang/setup-rust-toolchain@v1
3230 with :
3331 target : wasm32-unknown-emscripten
7472 runs-on : ${{ matrix.os }}
7573 steps :
7674 - uses : actions/checkout@v4
77- with :
78- submodules : true
7975
8076 - name : Create Target Directory
8177 run : mkdir -p ${{ env.REVIVE_WASM_INSTALL_DIR }}
Original file line number Diff line number Diff line change 2222 runs-on : ubuntu-24.04
2323 steps :
2424 - uses : actions/checkout@v4
25- with :
26- submodules : true
2725 - uses : actions-rust-lang/setup-rust-toolchain@v1
2826 with :
2927 # without this it will override our rust flags
You can’t perform that action at this time.
0 commit comments