aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-29 13:07:29 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-29 13:07:29 -0400
commit65976900df31c8396e8d7556f78c54f0e19eee09 (patch)
treea4418f485e5a94269b108cbd8eada669b3f243e1 /.github
parent0069d56d7caad4e11d7fb70ab9588f17397c6785 (diff)
downloadrbw-65976900df31c8396e8d7556f78c54f0e19eee09.tar.gz
rbw-65976900df31c8396e8d7556f78c54f0e19eee09.zip
use stable toolchain explicitly
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 67705ab..b1629b4 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
@@ -18,6 +20,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
@@ -27,6 +31,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: build
@@ -36,6 +42,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
@@ -44,6 +52,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: test
@@ -53,6 +63,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
+ toolchain: stable
components: clippy, rustfmt
- uses: actions-rs/cargo@v1
with:
@@ -75,6 +86,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
+ with:
+ toolchain: stable
- uses: actions-rs/cargo@v1
with:
command: doc