Skip to content

Commit 560b007

Browse files
committed
Remove warnings from GitHub Actions and enable CI on main
1 parent 26122d0 commit 560b007

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
pull_request:
55
branches:
66
- main
7+
push:
8+
branches:
9+
- main
710

811
jobs:
912
linux:
@@ -30,10 +33,8 @@ jobs:
3033
restore-keys: |
3134
${{ runner.os }}-py${{ matrix.python-version }}-
3235
- name: Install Rust
33-
uses: actions-rs/toolchain@v1
34-
with:
35-
toolchain: ${{ matrix.rust-version }}
36-
profile: minimal
36+
run: |
37+
rustup toolchain install --profile minimal ${{ matrix.rust-version }}
3738
- name: Install dependencies
3839
run: |
3940
rustup default ${{ matrix.rust-version }}

0 commit comments

Comments
 (0)