Skip to content

Commit e6ecefb

Browse files
committed
Fix script name
1 parent 16b3e3c commit e6ecefb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/integration.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
toolchain_setup:
1717
runs-on: ubuntu-latest
18-
18+
1919
steps:
2020
- name: rust-toolchain
2121
uses: actions-rs/[email protected]
@@ -24,8 +24,8 @@ jobs:
2424
target: x86_64-unknown-linux-gnu
2525
profile: minimal
2626
- name: Master Toolchain Setup
27-
run: sh setup_toolchain.sh
28-
27+
run: sh setup-toolchain.sh
28+
2929
build:
3030
needs: toolchain_setup
3131
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)