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 97ebd45 commit a1bc361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip install meson ninja PyYAML
meson setup --debug --buildtype=release --prefix=$(realpath $HOME/.local) build
ninja install -C build
- run: rustup toolchain install stable --profile minimal
- run: rustup toolchain install nightly --profile minimal
- uses: actions/checkout@v4
- uses: Swatinem/rust-cache@v2
- name: Build
Expand Down

0 comments on commit a1bc361

Please sign in to comment.