Skip to content

Commit 26c7e76

Browse files
author
Rupert MacAllegro
committed
Provisionally pinning rustc ersion pre 1.81 sorting changes
1 parent 4fbee7d commit 26c7e76

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/build_env/action.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ runs:
2727
- uses: actions-rs/toolchain@v1
2828
with:
2929
profile: minimal
30-
toolchain: 1.83.0
30+
# Provisionally pinning version pre 1.81 sorting changes
31+
toolchain: 1.80.1
3132
override: true
3233

3334
- name: install rustfmt clippy

0 commit comments

Comments
 (0)