Skip to content

Commit

Permalink
iterate on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexErrant committed Feb 13, 2024
1 parent d7ab93a commit 864d92d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
steps:

- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true
submodules: 'recursive'

- name: Install Rust nightly
uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 864d92d

Please sign in to comment.