Skip to content
This repository has been archived by the owner on Aug 6, 2021. It is now read-only.

Commit

Permalink
stop testing on nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyBanks committed Feb 22, 2020
1 parent f1018dc commit a1b074f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yaml
Expand Up @@ -133,10 +133,10 @@ jobs:
with:
node-version: 13.x

- name: setup - install rust nightly
- name: setup - install rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable

- name: setup - recall published version
uses: actions/download-artifact@v1
Expand All @@ -152,7 +152,7 @@ jobs:
chmod +x speedruns-linux-x86_64
./speedruns-linux-x86_64 --help
cargo +nightly install speedruns --version $version
cargo install speedruns --version $version
speedruns --help
npm install -g speedruns@$version
Expand Down

0 comments on commit a1b074f

Please sign in to comment.