Skip to content

Commit 0cd49f4

Browse files
committed
Ensure rust is up to date in action
1 parent 4000523 commit 0cd49f4

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/nix.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11+
- name: Setup rust
12+
run: |
13+
rustup update stable
14+
rustup default stable
1115
- uses: actions/checkout@v6
1216
- uses: cachix/install-nix-action@v31
1317
with:

0 commit comments

Comments
 (0)