Skip to content

Commit

Permalink
Try to fix rust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
imbillow committed May 10, 2024
1 parent a1bc361 commit ae5d988
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
pip install meson ninja PyYAML
meson setup --debug --buildtype=release --prefix=$(realpath $HOME/.local) build
ninja install -C build
- run: rustup toolchain install nightly --profile minimal
- name: Setup Rust nightly
run: |
rustup toolchain install nightly --profile minimal
rustup default nightly
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build
Expand Down

0 comments on commit ae5d988

Please sign in to comment.