Skip to content

Commit

Permalink
Merge pull request #82 from striezel-stash/actions-update
Browse files Browse the repository at this point in the history
update GitHub Actions CI
  • Loading branch information
beanpuppy committed Jan 9, 2024
2 parents 93126cc + 991ea54 commit 57a29bf
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/rust.yml
Expand Up @@ -18,15 +18,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Install latest nightly
uses: actions-rs/toolchain@v1
uses: dtolnay/rust-toolchain@master
with:
profile: minimal
toolchain: nightly
override: true
default: true

# TODO: works locally, not in gha
# - name: Run async tests
Expand Down

0 comments on commit 57a29bf

Please sign in to comment.