Skip to content

Commit

Permalink
Remove ci-stable since normal ci now runs on beta (or 1.75 stable)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmoon committed Dec 5, 2023
1 parent 96dac25 commit 9e2749b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 97 deletions.
16 changes: 1 addition & 15 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
CARGO_TERM_COLOR: always

jobs:
build-nightly:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -27,17 +27,3 @@ jobs:
run: cargo fmt -- --check
- name: Build
run: ./ci.sh

build-stable:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-stable-${{ hashFiles('**/Cargo.lock') }}
- name: Build
run: ./ci-stable.sh
82 changes: 0 additions & 82 deletions ci-stable.sh

This file was deleted.

0 comments on commit 9e2749b

Please sign in to comment.