Skip to content

Commit

Permalink
Fix script name
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Jan 20, 2020
1 parent 16b3e3c commit e6ecefb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
jobs:
toolchain_setup:
runs-on: ubuntu-latest

steps:
- name: rust-toolchain
uses: actions-rs/toolchain@v1.0.3
Expand All @@ -24,8 +24,8 @@ jobs:
target: x86_64-unknown-linux-gnu
profile: minimal
- name: Master Toolchain Setup
run: sh setup_toolchain.sh
run: sh setup-toolchain.sh

build:
needs: toolchain_setup
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6ecefb

Please sign in to comment.