Explicitly state nightly

This commit is contained in:
Gwilym Inzani 2023-04-23 18:04:42 +01:00
parent 6d7801788e
commit 6d0bd187a2

View file

@ -20,7 +20,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install build-essential binutils-arm-none-eabi libelf-dev zip -y
- name: Install Miri
run: |
rustup component add miri
rustup component add --toolchain nightly miri
cargo miri setup
- uses: actions/checkout@v3
- name: Cache