Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Nugine committed Oct 18, 2022
1 parent 79f7212 commit 70260b2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
matrix:
toolchain: [stable, nightly]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
# - x86_64-unknown-redox # (nightly)

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: | # workaround
ls -al ~/.cargo/bin
set +e
Expand All @@ -146,7 +146,7 @@ jobs:
target:
- x86_64-apple-darwin
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
Expand All @@ -157,15 +157,15 @@ jobs:
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: |
cargo test --all-features -- --test-threads=1
diff-codegen:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- run: cargo install ripgrep
- name: diff
Expand Down

0 comments on commit 70260b2

Please sign in to comment.