Skip to content

Commit

Permalink
Run init script in CI
Browse files Browse the repository at this point in the history
So that Rust nightly is properly installed.
  • Loading branch information
sorpaas committed May 22, 2020
1 parent ef7b3ef commit ab7b6ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
- uses: actions/checkout@v2
- name: Submodules
run: git submodule update --init --recursive
- name: Init
run: scripts/init.sh
- name: Build
run: cargo build --verbose --all
- name: Run tests
Expand Down
File renamed without changes.

0 comments on commit ab7b6ee

Please sign in to comment.