Skip to content

Commit

Permalink
Add rust explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
carlopi committed Oct 20, 2023
1 parent a0f65a9 commit 3c30018
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@ jobs:
- uses: actions/checkout@v4
with:
submodules: 'recursive'
- name: Install latest nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
override: true

- name: Build generator
shell: bash
Expand Down

0 comments on commit 3c30018

Please sign in to comment.