Skip to content

Commit 3b34d0b

Browse files
committed
let the GH action wars begin
1 parent a1006ce commit 3b34d0b

2 files changed

Lines changed: 1 addition & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
./configure
3131
make
3232
sudo make install
33-
- name: Set up Rust
34-
uses: actions-rust-lang/setup-rust-toolchain@v1
35-
with:
36-
toolchain: stable
37-
override: true
38-
components: rustfmt, clippy
3933
- name: Build
4034
run: |
4135
cargo build
@@ -58,12 +52,6 @@ jobs:
5852
- name: Install VapourSynth
5953
run: |
6054
brew install vapoursynth
61-
- name: Set up Rust
62-
uses: actions-rust-lang/setup-rust-toolchain@v1
63-
with:
64-
toolchain: stable
65-
override: true
66-
components: rustfmt, clippy
6755
- name: Build
6856
run: |
6957
cargo build

.github/workflows/docs.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ jobs:
2121
- uses: actions/checkout@v2
2222
with:
2323
submodules: recursive
24-
- name: Set up Rust
25-
uses: actions-rust-lang/setup-rust-toolchain@v1
26-
with:
27-
toolchain: stable
28-
override: true
2924
- name: Run doc
3025
run: |
3126
cargo doc --workspace --no-deps
@@ -35,4 +30,4 @@ jobs:
3530
path: target/doc
3631
- name: Deploy to GitHub Pages
3732
id: deployment
38-
uses: actions/deploy-pages@v1
33+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)